summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-05 15:29:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-05 15:29:14 +0000
commit9e4277984128a7fe29b403cd23bac61b8b654c4f (patch)
treedeb6090d475da0062de315f415830c13fdd453d0 /gst/effectv/gsteffectv.c
parentb31c7f5808173b08575ff11515ad603cb33850ce (diff)
Added quarkTV with some cleanups. Can still do with some optimisations.
Original commit message from CVS: Added quarkTV with some cleanups. Can still do with some optimisations.
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 107e6268..e6daf213 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -33,6 +33,7 @@ static struct _elements_entry _elements[] = {
{ "shagadelicTV", gst_shagadelictv_get_type, &gst_shagadelictv_details, NULL },
{ "vertigoTV", gst_vertigotv_get_type, &gst_vertigotv_details, NULL },
{ "revTV", gst_revtv_get_type, &gst_revtv_details, NULL },
+ { "quarkTV", gst_quarktv_get_type, &gst_quarktv_details, NULL },
{ NULL, 0 },
};