summaryrefslogtreecommitdiffstats
path: root/ext/jack
diff options
context:
space:
mode:
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);