summaryrefslogtreecommitdiffstats
path: root/gst/median
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
commit2ff64d483edbe24c8f940a779d57c8961e99d15e (patch)
tree885ee59649ac7ef5d14bd994912c9304d69d9c5d /gst/median
parent3f0db12fb379f24875a06dca2b6b51486f5f6322 (diff)
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'gst/median')
-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>",