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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 9 14:44:41 PDT 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




------- Comment #24 from Cygwin Ports maintainer  2009-03-09 21:46 UTC -------
I think I may have made some progress in figuring this out.

Having installed a few more LADSPA plugins since I opened this bug, I see now
that different plugins behave differently when the registry is scanned in a
fork():

1) vlevel: actually registers!
2) blop: segfaults (caught by GStreamer segtrap)
3) sdk, cmt, caps, swh-plugins, vcf: do not register.

All of the above register when fork() is disabled.

I'm not sure about blop yet, but AFAICS the notable difference between vlevel
and the others is that vlevel uses a standard C++ ctor/dtor while the others
use __attribute__((ctor/dtor)) _init()/_fini().  Could that make a difference
in terms of how they are loaded?


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