Home
last modified time | relevance | path

Searched refs:active_thread (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c218 GThread *active_thread; member
716 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 …]
/third_party/gstreamer/gstplugins_good/
DChangeLog36913 gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed
/third_party/gstreamer/gstplugins_bad/
DChangeLog83430 gst_gl_context_thread_add: assertion 'context->priv->active_thread == g_thread_self ()' failed