[gstreamer-bugs] [Bug 555978] [ladspa] no elements exposed/found on Cygwin

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Feb 28 23:17:31 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=555978

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #17 from Cygwin Ports maintainer  2009-03-01 07:17 UTC -------
Created an attachment (id=129771)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129771&action=view)
core configure.ac patch

Thanks for the nudge.  I took a fresh look at this and I finally figured this
out.

Since the loading of LADSPA plugins is left to the client code, and the base
LADSPA plugins are not built with libtool, the Cygwin Ports ladspa-* packages
use the .so extension as on other platforms.

The problem here was that GStreamer was ignoring the LADSPA plugins because
they didn't match the .dll extension usually used on Cygwin (as defined by
G_MODULE_SUFFIX).

I'm attaching a patch for core's configure.ac which defines
GST_EXTRA_MODULE_SUFFIX to fix this issue, and fixes some other
platform-specific-settings issues (Cygwin *is* a POSIXy platform, and while we
have fork(), it's a bit safer to avoid it if the option exists).


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=555978.




More information about the Gstreamer-bugs mailing list