GNOME Bugzilla – Bug 559768
Fix gst-python on systems that don't support RTLD_GLOBAL and RTLD_LAZY support
Last modified: 2009-01-09 23:21:35 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).
Created attachment 122187 [details] [review] Fix
Looks good, time to try your commit access :)