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.
Showing
Please register or sign in to comment
class_init is too late for calling g_thread_init() as g_thread_init() needs to be called before any GObject function.