diff options
Diffstat (limited to 'gst/level')
-rw-r--r-- | gst/level/gstlevel.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <thomas@apestaart.org>", |