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/median/gstmedian.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/median') 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 #include - +/* elementfactory information */ static GstElementDetails median_details = { "Median effect", "Filter/Video", + "LGPL", "Apply a median filter to an image", VERSION, "Wim Taymans ", -- cgit