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/cdxaparse/gstcdxaparse.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gst/cdxaparse/gstcdxaparse.c') diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index 27cf3a53..08e5ba9b 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -335,10 +335,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstTypeFactory *type; /* this filter needs the riff parser */ - if (!gst_library_load ("gstbytestream")) { - gst_info("cdxaparse: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } /* create an elementfactory for the cdxa_parse element */ factory = gst_element_factory_new ("cdxaparse", GST_TYPE_CDXA_PARSE, -- cgit v1.2.1