From 2ff64d483edbe24c8f940a779d57c8961e99d15e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:51 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- gst/effectv/gstdice.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/effectv/gstdice.c') diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 726224ea..93f2878b 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -62,9 +62,11 @@ struct _GstDiceTVClass void (*reset) (GstElement *element); }; +/* elementfactory information */ GstElementDetails gst_dicetv_details = { "DiceTV", "Filter/Video/Effect", + "LGPL", "'Dices' the screen up into many small squares", VERSION, "Wim Taymans ", -- cgit