Searched refs:GST_IS_GL_DISPLAY_X11 (Results 1 – 3 of 3) sorted by relevance
38 #define GST_IS_GL_DISPLAY_X11(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GL_DISPLAY_X… macro
191 if (GST_IS_GL_DISPLAY_X11 (display)) {
548 if (GST_IS_GL_DISPLAY_X11 (priv->display)) { in _get_gl_context()