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/flac/gstflac.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/flac/gstflac.c') diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index f36815a5..efd18477 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -85,10 +85,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstCaps *raw_caps, *flac_caps; /* this filter needs the bytestream package */ - if (!gst_library_load ("gstbytestream")) { - gst_info ("vorbis:: could not load support library: 'gstbytestream'\n"); + if (!gst_library_load ("gstbytestream")) return FALSE; - } gst_plugin_set_longname (plugin, "The FLAC Lossless compressor Codec"); -- cgit