diff options
Diffstat (limited to 'gst/effectv/gstaging.c')
-rw-r--r-- | gst/effectv/gstaging.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index c9a9da6e..54e1e596 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -93,7 +93,8 @@ struct _GstAgingTVClass GType gst_agingtv_get_type (void); -static GstElementDetails agingtv_details = GST_ELEMENT_DETAILS ("AgingTV", +static GstElementDetails agingtv_details = +GST_ELEMENT_DETAILS ("AgingTV effect", "Filter/Effect/Video", "AgingTV adds age to video input using scratches and dust", "Sam Lantinga <slouken@devolution.com>"); |