summaryrefslogtreecommitdiffstats
path: root/ext/lcs/gstcolorspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/lcs/gstcolorspace.c')
-rw-r--r--ext/lcs/gstcolorspace.c3
1 files changed, 2 insertions, 1 deletions
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 <wim.taymans@chello.be>",