From 2ff64d483edbe24c8f940a779d57c8961e99d15e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:51 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- gst/cutter/gstcutter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/cutter') diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index 87321373..b5618146 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -22,10 +22,11 @@ #include "gstcutter.h" #include "math.h" - +/* elementfactory information */ static GstElementDetails cutter_details = { "Cutter", "Filter/Audio/Effect", + "LGPL", "Audio Cutter to split audio into non-silent bits", VERSION, "Thomas ", -- cgit