summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-07 10:16:09 +0000
committerDavid Schleef <ds@schleef.org>2004-01-07 10:16:09 +0000
commit1756816071157e3f837eaabba8453e1b453a91d4 (patch)
tree949f351c8924b4a34fab4199b6d749508ddb11dc /gst/effectv/gsteffectv.c
parent08797649fbe07e1bc7a450f3190633a20f3efc84 (diff)
Make warpTV a subclass of videofilter
Original commit message from CVS: Make warpTV a subclass of videofilter
Diffstat (limited to 'gst/effectv/gsteffectv.c')
-rw-r--r--gst/effectv/gsteffectv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c
index 2c90e223..e0dec63a 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -70,6 +70,9 @@ plugin_init (GstPlugin * plugin)
{
gint i = 0;
+ if (!gst_library_load ("gstvideofilter"))
+ return FALSE;
+
while (_elements[i].name) {
if (!gst_element_register (plugin, _elements[i].name,
GST_RANK_NONE, (_elements[i].type) ()))