projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3129540
)
removing warnings as approved by wim
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 9 Sep 2002 23:27:38 +0000
(23:27 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:02 +0000
(14:30 +0000)
Original commit message from CVS:
removing warnings as approved by wim
ext/jack/gstjack.c
patch
|
blob
|
history
diff --git
a/ext/jack/gstjack.c
b/ext/jack/gstjack.c
index 14e50d5e10dd9b57fab5124e18f6651b96a49aff..18d4ce4379fd9cdc9ffe2ae51f0074203d216bde 100644
(file)
--- 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);