GNOME Bugzilla – Bug 689117
Drop calls to g_thread_init() in tests
Last modified: 2013-01-01 20:40:41 UTC
See patch.
Created attachment 229946 [details] [review] Drop calls to g_thread_init() in tests Our dependency on Gtk 3.4 already gives us an indirect dependency on a GLib that no longer requires these calls. We got away with this for a while due to gstreamer's public dependency on libgthread, but as of bug 689043 gstreamer no longer does this so we now get link errors.
*** Bug 689105 has been marked as a duplicate of this bug. ***
Review of attachment 229946 [details] [review]: Thanks Ryan, please push.
Attachment 229946 [details] pushed as 8ee8540 - Drop calls to g_thread_init() in tests
This should (?) also be pushed to the 3.6 branch (i'm trying to build the 3.6 branch with jhbuild.) jhbuild moduleset 3.6 selects the 3.6 branch of cheese but gstreamers's master.