summaryrefslogtreecommitdiffstats
path: root/gst/median/gstmedian.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/median/gstmedian.c')
-rw-r--r--gst/median/gstmedian.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index 4e4dd496..6a20404a 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -20,10 +20,11 @@
#include <string.h>
#include <gstmedian.h>
-
+/* elementfactory information */
static GstElementDetails median_details = {
"Median effect",
"Filter/Video",
+ "LGPL",
"Apply a median filter to an image",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",