init: don't spew warning about late g_thread_init()s if GLib >= 2.23.2
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 Jan 2010 13:45:58 +0000 (13:45 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 30 Jan 2010 13:45:58 +0000 (13:45 +0000)
commit6c6f20e0b6fdcce6c4248b063598c98ec91d1838
treec73c925283faf611db3f7f73a061d095657bc89f
parent79d3f1a2c102fe0f0ee6a1f1980943528b46c5c3
init: don't spew warning about late g_thread_init()s if GLib >= 2.23.2

Late g_thread_init() is fine with newer GLib versions and done automatically
from g_type_init() there, so don't warn if the application hasn't called
g_thread_init() yet when gst_init() is called with new GLib versions.

Fixes #608398.
gst/gst.c