summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace/gstdeinterlace.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/deinterlace/gstdeinterlace.c')
-rw-r--r--gst/deinterlace/gstdeinterlace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c
index 9c4d5c29..9b76d7ee 100644
--- a/gst/deinterlace/gstdeinterlace.c
+++ b/gst/deinterlace/gstdeinterlace.c
@@ -23,9 +23,11 @@
#include <gst/gst.h>
#include "gstdeinterlace.h"
+/* elementfactory information */
static GstElementDetails deinterlace_details = {
"Deinterlace",
"Filter/Video",
+ "LGPL",
"Deinterlace video",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",