mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
removing warnings as approved by wim
Original commit message from CVS: removing warnings as approved by wim
This commit is contained in:
parent
31295406d4
commit
bec3f5c03d
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue