summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gsteffectv.c
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-06 14:54:23 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-06 14:54:23 +0000
commit67802e804865cea6d1fa6e867086830b1d7645cc (patch)
tree886f3b42b33d76bbf0bf5804871f84c70fa464b8 /gst/effectv/gsteffectv.c
parentd7ccf497a9962bf322c4a3800448bd438c8cfee3 (diff)
make mad and effectv work with gst-register
Original commit message from CVS: make mad and effectv work with gst-register
Diffstat (limited to 'gst/effectv/gsteffectv.c')
-rw-r--r--gst/effectv/gsteffectv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c
index c05e151c..f7aa6246 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -68,9 +68,6 @@ 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) ()))