From 78bac60b30f787074c8aa4b6c051297dc4d2a568 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 9 Sep 2002 23:27:36 +0000 Subject: [PATCH] removing warnings as approved by wim Original commit message from CVS: removing warnings as approved by wim --- ext/a52dec/gsta52dec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/a52dec/gsta52dec.c b/ext/a52dec/gsta52dec.c index 4a52666f38..26ab2dc806 100644 --- a/ext/a52dec/gsta52dec.c +++ b/ext/a52dec/gsta52dec.c @@ -548,10 +548,8 @@ plugin_init (GModule * module, GstPlugin * plugin) GstElementFactory *factory; /* this filter needs the bytestream package */ - if (!gst_library_load ("gstbytestream")) { - gst_info ("a52dec:: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } /* create an elementfactory for the a52dec element */ factory = gst_element_factory_new ("a52dec", GST_TYPE_A52DEC, &gst_a52dec_details);