From dc3b48f77c977d055efa550f01d691d2c4ec110f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 9 Sep 2002 23:27:38 +0000 Subject: removing warnings as approved by wim Original commit message from CVS: removing warnings as approved by wim --- ext/dv/gstdvdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/dv/gstdvdec.c') diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index e0a1d67b..367cfe72 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -942,10 +942,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstElementFactory *factory; GstTypeFactory *type; - if (!gst_library_load ("gstbytestream")) { - gst_info("dvdec: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } /* We need to create an ElementFactory for each element we provide. * This consists of the name of the element, the GType identifier, -- cgit