diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index 0d84c84f6d070ed806ced394d77726e9e28c791e..2bb2bab8029de3fdc5112582a4fa86bacc384717 100644 --- a/gst/audiofx/gststereo.c +++ b/gst/audiofx/gststereo.c @@ -19,10 +19,11 @@ #include - +/* elementfactory information */ static GstElementDetails stereo_details = { "Stereo effect", "Filter/Audio/Effect", + "LGPL", "Muck with the stereo signal, enhance it's 'stereo-ness'", VERSION, "Erik Walthinsen ",