summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-09 23:27:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-09 23:27:38 +0000
commitdc3b48f77c977d055efa550f01d691d2c4ec110f (patch)
tree2da046967d0dd3d0f57128c88d2a6927cebd2492 /ext/flac/gstflac.c
parent4ec41347e2c8aadcf7203f324eab286ac85429f4 (diff)
removing warnings as approved by wim
Original commit message from CVS: removing warnings as approved by wim
Diffstat (limited to 'ext/flac/gstflac.c')
-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");