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/level/gstlevel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/level') diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index 449e2fdb..62b2719c 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -21,10 +21,11 @@ #include "gstlevel.h" #include "math.h" - +/* elementfactory information */ static GstElementDetails level_details = { "Level", "Filter/Audio/Analysis", + "LGPL", "RMS Level indicator for audio/raw", VERSION, "Thomas ", -- cgit