summaryrefslogtreecommitdiffstats
path: root/ext/jack
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
commitaf558bdc6f39c680689423d98d2b60e7fd7a4c81 (patch)
tree786b5488ec78299f3c85eebec3f810f72ace447a /ext/jack
parent48e9846ca04467222478a067fbba47f02ff19ea2 (diff)
downloadgst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.tar.gz
gst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.tar.bz2
gst-plugins-bad-af558bdc6f39c680689423d98d2b60e7fd7a4c81.zip
removing warnings as approved by wim
Original commit message from CVS: removing warnings as approved by wim
Diffstat (limited to 'ext/jack')
-rw-r--r--ext/jack/gstjack.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c
index 14e50d5e..18d4ce43 100644
--- a/ext/jack/gstjack.c
+++ b/ext/jack/gstjack.c
@@ -487,10 +487,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
{
GstElementFactory *factory;
- if (!gst_library_load ("gstbytestream")) {
- gst_info("jack: could not load support library: 'gstbytestream'\n");
+ if (!gst_library_load ("gstbytestream"))
return FALSE;
- }
factory = gst_element_factory_new ("jackbin", GST_TYPE_JACK_BIN, &gst_jack_bin_details);
g_return_val_if_fail (factory != NULL, FALSE);