After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559768 - Fix gst-python on systems that don't support RTLD_GLOBAL and RTLD_LAZY support
Fix gst-python on systems that don't support RTLD_GLOBAL and RTLD_LAZY support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-07 15:58 UTC by Alessandro Decina
Modified: 2009-01-09 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (1.21 KB, patch)
2008-11-07 15:59 UTC, Alessandro Decina
accepted-commit_now Details | Review

Description Alessandro Decina 2008-11-07 15:58:59 UTC
The code that does a sys.setdlopenflags() in gst/__init__.py breaks
on windows since windows doesn't have sys.{get|set}dlopenflags.
It also breaks systems other than Linux, SunOS, FreeBSD and Darwin (haha).
Comment 1 Alessandro Decina 2008-11-07 15:59:26 UTC
Created attachment 122187 [details] [review]
Fix
Comment 2 Edward Hervey 2008-11-07 16:43:08 UTC
Looks good, time to try your commit access :)