Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglutils.c372 GstGLDisplay *context_display; in gst_gl_handle_set_context() local
377 context_display = gst_gl_context_get_display (context_replacement); in gst_gl_handle_set_context()
381 gst_gl_display_get_handle_type (context_display)) == 0) { in gst_gl_handle_set_context()
388 gst_object_unref (context_display); in gst_gl_handle_set_context()
Dgstgldisplay.c922 GstGLDisplay *context_display; in gst_gl_display_add_context() local
930 context_display = gst_gl_context_get_display (context); in gst_gl_display_add_context()
931 g_assert (context_display == display); in gst_gl_display_add_context()
932 gst_object_unref (context_display); in gst_gl_display_add_context()