summaryrefslogtreecommitdiffstats
path: root/ext/flac
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flac')
-rw-r--r--ext/flac/gstflac.c4
1 files changed, 1 insertions, 3 deletions
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");