http://bugs.winehq.org/show_bug.cgi?id=30557
Bug #: 30557 Summary: winegstreamer broken with >=glib-2.32.0 Product: Wine Version: 1.3.24 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer AssignedTo: wine-bugs@winehq.org ReportedBy: galtgendo@o2.pl Classification: Unclassified
As of glib 2.32.0, a call to g_thread_init(foo), where foo!=NULL is no longer effective, it just triggers a warning: GThread-WARNING **: GThread system no longer supports custom thread implementations. While I'm not sure this is the reason, a game using gstreamer sounds like a stuck vinyl record, it does seem this way. This sort of invalidates most of dlls/winegstreamer/glibthread.c content.