summaryrefslogtreecommitdiff
path: root/ext/ladspa
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ladspa')
-rw-r--r--ext/ladspa/gstladspa.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 0c8f5e010..52a8d5b2d 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -880,7 +880,12 @@ plugin_init (GstPlugin * plugin)
ladspa_plugin = plugin;
descriptor_quark = g_quark_from_static_string ("ladspa-descriptor");
- return ladspa_plugin_path_search ();
+ if (!ladspa_plugin_path_search ()) {
+ GST_WARNING ("no ladspa plugins found, check LADSPA_PATH");
+ }
+
+ /* we don't want to fail, even if there are no elements registered */
+ return TRUE;
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,