From 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:52 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- ext/lcs/gstcolorspace.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/lcs') diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index cee44d96..8f8785dc 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -59,10 +59,11 @@ struct _GstColorspaceClass { GstElementClass parent_class; }; - +/* elementfactory information */ static GstElementDetails colorspace_details = { "Colorspace converter", "Filter/Effect", + "LGPL", "Converts video from one colorspace to another", VERSION, "Wim Taymans ", -- cgit v1.2.1