summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
commit20f880e4bc529035a37a63c04765d0c6b4776822 (patch)
tree63c6ad7840c559894e517eeac372a10c13519b16 /gst/effectv/gsteffectv.c
parentf8f6dcc5a0ba4ef37aa33ccf74f6ef8fc3fef38e (diff)
Added the diceTV plugin
Original commit message from CVS: Added the diceTV plugin
Diffstat (limited to 'gst/effectv/gsteffectv.c')
-rw-r--r--gst/effectv/gsteffectv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c
index b5c19e84..51161c16 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -28,6 +28,7 @@ struct _elements_entry {
static struct _elements_entry _elements[] = {
{ "edgeTV", gst_edgetv_get_type, &gst_edgetv_details, NULL },
{ "agingTV", gst_agingtv_get_type, &gst_agingtv_details, NULL },
+ { "diceTV", gst_dicetv_get_type, &gst_dicetv_details, NULL },
{ NULL, 0 },
};