plugins part of license field patch
authorChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:52 +0000 (19:02 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:52 +0000 (19:02 +0000)
Original commit message from CVS:
plugins part of license field patch

gst/audiofx/gststereo.c

index 0d84c84..2bb2bab 100644 (file)
 
 #include <gststereo.h>
 
-
+/* 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 <omega@cse.ogi.edu>",