Home
last modified time | relevance | path

Searched refs:GST_IS_GL_DISPLAY (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.c481 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), 0); in gst_gl_display_get_handle()
509 g_return_if_fail (GST_IS_GL_DISPLAY (display)); in gst_gl_display_filter_gl_api()
523 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), GST_GL_API_NONE); in gst_gl_display_get_gl_api_unlocked()
541 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), GST_GL_API_NONE); in gst_gl_display_get_gl_api()
561 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), GST_GL_DISPLAY_TYPE_NONE); in gst_gl_display_get_handle_type()
687 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), NULL); in gst_gl_display_create_window()
866 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), NULL); in gst_gl_display_get_gl_context_for_thread()
927 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), FALSE); in gst_gl_display_add_context()
986 g_return_if_fail (GST_IS_GL_DISPLAY (display)); in gst_gl_display_remove_context()
Dgstgldisplay.h37 #define GST_IS_GL_DISPLAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GL_DISPLAY)) macro
Dgstglutils.c432 g_return_val_if_fail (display == NULL || GST_IS_GL_DISPLAY (display), FALSE); in gst_gl_handle_context_query()
Dgstglcontext.c420 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), NULL); in gst_gl_context_new_wrapped()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c328 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), NULL); in gst_gl_display_egl_from_gl_display()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc646 if (!GST_IS_GL_DISPLAY (qt_item->priv->display)) { in initWinSys()
/third_party/gstreamer/gstplugins_base/
DChangeLog32944 g_return_if_fail (GST_IS_GL_DISPLAY (display));
/third_party/gstreamer/gstplugins_bad/
DChangeLog103339 g_return_if_fail (GST_IS_GL_DISPLAY (display));