summaryrefslogtreecommitdiffstats
path: root/ext/ladspa/gstladspa.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
commitaf558bdc6f39c680689423d98d2b60e7fd7a4c81 (patch)
tree786b5488ec78299f3c85eebec3f810f72ace447a /ext/ladspa/gstladspa.c
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/ladspa/gstladspa.c')
-rw-r--r--ext/ladspa/gstladspa.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 87641161..7970c5d2 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -1163,10 +1163,8 @@ plugin_init (GModule *module, GstPlugin *plugin)
LADSPAPluginSearch(ladspa_describe_plugin);
- if (! gst_library_load ("gstbytestream")) {
- gst_info ("gstladspa: could not load support library: 'gstbytestream'\n");
+ if (! gst_library_load ("gstbytestream"))
return FALSE;
- }
/* initialize dparam support library */
gst_control_init(NULL,NULL);