Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dpipeline.cpp216 GstContext *display_context = gst_context_new (GST_GL_DISPLAY_CONTEXT_TYPE, TRUE); in sync_bus_call() local
217 gst_context_set_gl_display (display_context, p->display); in sync_bus_call()
218 gst_element_set_context (GST_ELEMENT (msg->src), display_context); in sync_bus_call()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare2.c270 GstContext *display_context = in sync_bus_call() local
272 gst_context_set_gl_display (display_context, sdl_gl_display); in sync_bus_call()
273 gst_element_set_context (GST_ELEMENT (msg->src), display_context); in sync_bus_call()
274 gst_context_unref (display_context); in sync_bus_call()
Dsdlshare.c388 GstContext *display_context = in sync_bus_call() local
390 gst_context_set_gl_display (display_context, sdl_gl_display); in sync_bus_call()
391 gst_element_set_context (GST_ELEMENT (msg->src), display_context); in sync_bus_call()
392 gst_context_unref (display_context); in sync_bus_call()