diff options
Diffstat (limited to 'ext/esd')
-rw-r--r-- | ext/esd/esdmon.c | 2 | ||||
-rw-r--r-- | ext/esd/esdsink.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c index 473b1eab7..df1b59ece 100644 --- a/ext/esd/esdmon.c +++ b/ext/esd/esdmon.c @@ -29,7 +29,7 @@ /* elementfactory information */ -static GstElementDetails esdmon_details = +static const GstElementDetails esdmon_details = GST_ELEMENT_DETAILS ("Esound audio monitor", "Source/Audio", "Monitors audio from an esound server", diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c index dca30d513..ff0a194c5 100644 --- a/ext/esd/esdsink.c +++ b/ext/esd/esdsink.c @@ -37,7 +37,7 @@ GST_DEBUG_CATEGORY_EXTERN (esd_debug); #define GST_CAT_DEFAULT esd_debug /* elementfactory information */ -static GstElementDetails esdsink_details = +static const GstElementDetails esdsink_details = GST_ELEMENT_DETAILS ("Esound audio sink", "Sink/Audio", "Plays audio to an esound server", |