plugins part of license field patch

Original commit message from CVS:
plugins part of license field patch
This commit is contained in:
Christian Schaller 2002-09-18 19:02:52 +00:00
parent 580ada45a2
commit 94012a7479

View file

@ -19,10 +19,11 @@
#include <gststereo.h> #include <gststereo.h>
/* elementfactory information */
static GstElementDetails stereo_details = { static GstElementDetails stereo_details = {
"Stereo effect", "Stereo effect",
"Filter/Audio/Effect", "Filter/Audio/Effect",
"LGPL",
"Muck with the stereo signal, enhance it's 'stereo-ness'", "Muck with the stereo signal, enhance it's 'stereo-ness'",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",