Home
last modified time | relevance | path

Searched refs:has_output_surface (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c202 klass->has_output_surface = in gst_gl_window_class_init()
751 g_assert (window_class->has_output_surface); in gst_gl_window_has_output_surface()
753 return window_class->has_output_surface (window); in gst_gl_window_has_output_surface()
1183 window_class->has_output_surface = in gst_gl_dummy_window_class_init()
Dgstglwindow.h175 gboolean (*has_output_surface) (GstGLWindow *window); member