Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.h38 #define GST_IS_GL_DISPLAY_X11(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GL_DISPLAY_X… macro
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc191 if (GST_IS_GL_DISPLAY_X11 (display)) {
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c548 if (GST_IS_GL_DISPLAY_X11 (priv->display)) { in _get_gl_context()