summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstedge.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstedge.c')
-rw-r--r--gst/effectv/gstedge.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index 2879b868..d03017f3 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -56,9 +56,11 @@ struct _GstEdgeTVClass
GstElementClass parent_class;
};
+/* elementfactory information */
GstElementDetails gst_edgetv_details = {
"EdgeTV",
"Filter/Video/Effect",
+ "LGPL",
"Aply edge detect on video",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",