[gstreamer-bugs] [Bug 608398] Initializing the glib thread system seems not to work
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 29 09:38:37 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=608398
GStreamer | gstreamer (core) | git
--- Comment #9 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-01-29 17:38:31 UTC ---
I see, you're right.
Ok, I think what we should do is this:
* for the release, don't put -DG_THREADS_MANDATORY
into the pkg-config CFLAGS, just use it internally
* for the release, disable the warning if runtime version
of glib is >= 2.23.2, since then we know late g_thread_init
will be fine and be done in g_type_init() anyway
* after the release guard the warning with
#ifdef GLIB_CHECK_VERSION(2,23,2) so
that it is removed entirely if GStreamer is compiled
against a new glib.
* after the release, see if we want to put the
-DG_THREADS_MANDATORY back into our pkg-config
cflags (it doesn't seem 100% kosher to me)
(This is all assuming GLib doesn't fix things on their end of course...)
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list