diff options
Diffstat (limited to 'gst/effectv/gstvertigo.c')
-rw-r--r-- | gst/effectv/gstvertigo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c index 244ca171..5c0016e3 100644 --- a/gst/effectv/gstvertigo.c +++ b/gst/effectv/gstvertigo.c @@ -76,7 +76,8 @@ enum ARG_ZOOM_SPEED }; -static GstElementDetails vertigotv_details = GST_ELEMENT_DETAILS ("VertigoTV", +static GstElementDetails vertigotv_details = +GST_ELEMENT_DETAILS ("VertigoTV effect", "Filter/Effect/Video", "A loopback alpha blending effector with rotating and scaling", "Wim Taymans <wim.taymans@chello.be>"); |