summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
commitad06345b2ac579573e42e95402cfa475590a6fa7 (patch)
tree48963de939d58829100fab68db7f3fdc3070a123 /gst/effectv/gsteffectv.c
parent15b1a6ed380e3cf60a7bd0718f52b7e48caf0fb3 (diff)
ported the shagadelic plugin, shake it baby!
Original commit message from CVS: ported the shagadelic plugin, shake it baby!
Diffstat (limited to 'gst/effectv/gsteffectv.c')
-rw-r--r--gst/effectv/gsteffectv.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c
index 7dc5a9e4..e78276a2 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -26,10 +26,11 @@ 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 },
- { "warpTV", gst_warptv_get_type, &gst_warptv_details, NULL },
+ { "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 },
+ { "warpTV", gst_warptv_get_type, &gst_warptv_details, NULL },
+ { "shagadelicTV", gst_shagadelictv_get_type, &gst_shagadelictv_details, NULL },
{ NULL, 0 },
};