From af558bdc6f39c680689423d98d2b60e7fd7a4c81 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 9 Sep 2002 23:27:38 +0000 Subject: removing warnings as approved by wim Original commit message from CVS: removing warnings as approved by wim --- ext/ladspa/gstladspa.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/ladspa') 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); -- cgit v1.2.1