diff options
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r-- | gst/effectv/gstdice.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index b5492b5e..711f3c56 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -70,7 +70,8 @@ GType gst_dicetv_get_type (void); static void gst_dicetv_create_map (GstDiceTV * filter); -static GstElementDetails gst_dicetv_details = GST_ELEMENT_DETAILS ("DiceTV", +static GstElementDetails gst_dicetv_details = +GST_ELEMENT_DETAILS ("DiceTV effect", "Filter/Effect/Video", "'Dices' the screen up into many small squares", "Wim Taymans <wim.taymans@chello.be>"); |