summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
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
commitdc3b48f77c977d055efa550f01d691d2c4ec110f (patch)
tree2da046967d0dd3d0f57128c88d2a6927cebd2492 /ext/ladspa
parent4ec41347e2c8aadcf7203f324eab286ac85429f4 (diff)
removing warnings as approved by wim
Original commit message from CVS: removing warnings as approved by wim
Diffstat (limited to 'ext/ladspa')
-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);