Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstgldisplay_wayland.h38 #define GST_IS_GL_DISPLAY_WAYLAND(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GL_DISPL… macro
Dgstglwindow_wayland_egl.c549 if (!GST_IS_GL_DISPLAY_WAYLAND (window->display)) { in gst_gl_window_wayland_egl_open()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc200 if (GST_IS_GL_DISPLAY_WAYLAND (display)) {
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c572 if (GST_IS_GL_DISPLAY_WAYLAND (priv->display)) { in _get_gl_context()