summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstwarp.c')
-rw-r--r--gst/effectv/gstwarp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 1328e94d..0cebf889 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -69,9 +69,11 @@ struct _GstWarpTVClass
GstElementClass parent_class;
};
+/* elementfactory information */
GstElementDetails gst_warptv_details = {
"WarpTV",
"Filter/Video/Effect",
+ "LGPL",
"WarpTV does realtime goo'ing of the video input",
VERSION,
"Sam Lantinga <slouken@devolution.com>",