diff options
Diffstat (limited to 'gst/effectv/gstvertigo.c')
-rw-r--r-- | gst/effectv/gstvertigo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c index 3fd90bb7..1233f953 100644 --- a/gst/effectv/gstvertigo.c +++ b/gst/effectv/gstvertigo.c @@ -65,9 +65,11 @@ struct _GstVertigoTVClass void (*reset) (GstElement *element); }; +/* elementfactory information */ GstElementDetails gst_vertigotv_details = { "VertigoTV", "Filter/Video/Effect", + "LGPL", "A loopback alpha blending effector with rotating and scaling", VERSION, "Wim Taymans <wim.taymans@chello.be>", |