From 48e9846ca04467222478a067fbba47f02ff19ea2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 9 Sep 2002 23:24:29 +0000 Subject: removing warnings (approved by wtay) Original commit message from CVS: removing warnings (approved by wtay) --- gst/flx/gstflxdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gst/flx/gstflxdec.c') diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 0b099cbc..d54fc988 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -678,10 +678,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstTypeFactory *type; /* this filter needs the bytestream package */ - if (!gst_library_load("gstbytestream")) { - gst_info("flxdec:: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } factory = gst_element_factory_new("flxdec", GST_TYPE_FLXDEC, &flxdec_details); g_return_val_if_fail(factory != NULL, FALSE); -- cgit v1.2.1