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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 1 15:19:18 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 | gstreamer (core) | Ver: 0.10.22

Cygwin Ports maintainer changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #129771|0                           |1
        is obsolete|                            |




------- Comment #19 from Cygwin Ports maintainer  2009-03-01 23:19 UTC -------
Created an attachment (id=129813)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129813&action=view)
Cygwin unsafe fork patch

You're right; it looks like I stumbled upon the real solution when I changed
the other platform-specific settings.  After testing each of the changes in the
patch individually, it turns out the GST_EXTRA_MODULE_SUFFIX isn't the issue
after all.

For some reason that I don't perfectly understand yet, if the registry is
rebuilt from a fork(), the ladspa plugins either aren't properly loaded.  If
the registry fork is disabled, then they load just fine.

Since anyway using fork() on Cygwin can be problematic under certain
circumstances, all we need to do is define GST_HAVE_UNSAFE_FORK.  Patch
attached.


-- 
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