Searched refs:active_thread (Results 1 – 3 of 3) sorted by relevance
218 GThread *active_thread; member716 if (context->priv->active_thread) { in gst_gl_context_finalize()717 g_thread_unref (context->priv->active_thread); in gst_gl_context_finalize()718 context->priv->active_thread = NULL; in gst_gl_context_finalize()787 GThread *old_thread = context->priv->active_thread; in gst_gl_context_activate()788 context->priv->active_thread = g_thread_ref (g_thread_self ()); in gst_gl_context_activate()795 if (context->priv->active_thread) { in gst_gl_context_activate()796 g_thread_unref (context->priv->active_thread); in gst_gl_context_activate()797 context->priv->active_thread = NULL; in gst_gl_context_activate()822 ret = context->priv->active_thread; in gst_gl_context_get_thread()[all …]
36913 gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed
83430 gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed