Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c810 GThread *context_thread; in _get_gl_context_for_thread_unlocked() local
828 context_thread = gst_gl_context_get_thread (context); in _get_gl_context_for_thread_unlocked()
829 if (thread != context_thread) { in _get_gl_context_for_thread_unlocked()
830 g_thread_unref (context_thread); in _get_gl_context_for_thread_unlocked()
837 if (context_thread) in _get_gl_context_for_thread_unlocked()
838 g_thread_unref (context_thread); in _get_gl_context_for_thread_unlocked()