gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_init
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 08:18:42 +0000 (10:18 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 4 Apr 2009 08:18:42 +0000 (10:18 +0200)
commit42febffe0d53aa7aa06f3ee35b54a54969b34718
tree60e8a1477879ea7e3e9432c8f7b2ae134fbcb92d
parent66295d508b663a38a2b74f6ccd96c8441a6be954
gst: Use G_DEFINE_TYPE and don't call g_thread_init() from class_init

class_init is too late for calling g_thread_init() as g_thread_init()
needs to be called before any GObject function.
gst/gstbus.c
gst/gstclock.c