diff options
Diffstat (limited to 'gst/stereo')
-rw-r--r-- | gst/stereo/gststereo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index 9354ff83..d99da157 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -28,7 +28,8 @@ #include "gststereo.h" /* elementfactory information */ -static GstElementDetails stereo_details = GST_ELEMENT_DETAILS ("Stereo effect", +static const GstElementDetails stereo_details = +GST_ELEMENT_DETAILS ("Stereo effect", "Filter/Effect/Audio", "Muck with the stereo signal to enhance its 'stereo-ness'", "Erik Walthinsen <omega@cse.ogi.edu>"); |