diff options
Diffstat (limited to 'ext/ladspa/gstladspa.c')
-rw-r--r-- | ext/ladspa/gstladspa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index d963ef71..87641161 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -1168,10 +1168,8 @@ plugin_init (GModule *module, GstPlugin *plugin) return FALSE; } - if (! gst_library_load ("gstcontrol")) { - gst_info ("gstladspa: could not load support library: 'gstcontrol'\n"); - return FALSE; - } + /* initialize dparam support library */ + gst_control_init(NULL,NULL); return TRUE; } |