From 9e4277984128a7fe29b403cd23bac61b8b654c4f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 5 May 2002 15:29:14 +0000 Subject: 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. --- gst/effectv/gsteffectv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/effectv/gsteffectv.c') 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 }, }; -- cgit