From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:52 +0000 (+0000) Subject: plugins part of license field patch X-Git-Tag: 1.16.2~229^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94012a7479b934dfc41bed92fc028bc40d81ea37;p=platform%2Fupstream%2Fgst-plugins-good.git plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- diff --git a/gst/audiofx/gststereo.c b/gst/audiofx/gststereo.c index 0d84c84..2bb2bab 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 ",