commit | fa4f696abf29cbaec72d652ffe994ab41435e11e | [log] [tgz] |
---|---|---|
author | Jan Schmidt <jan@centricular.com> | Sun Jul 22 09:52:23 2018 +1000 |
committer | Jan Schmidt <jan@centricular.com> | Tue Sep 11 23:04:18 2018 +1000 |
tree | 909eda88de76f8e27622a09bec3ca51425fd87b6 | |
parent | e6368cc201d781e093ee94385b0a03f2baa6a563 [diff] |
ladspa: Don't try and load every file as a plugin When scanning paths for LADSPA plugins, don't try and load every random file as a module, as g_module_open ends up throwing errors on Windows. Use a G_MODULE_SUFFIX and GST_EXTRA_MODULE_SUFFIX suffix check as we do for GStreamer plugins. https://bugzilla.gnome.org/show_bug.cgi?id=796450