Home
last modified time | relevance | path

Searched refs:GstGLDisplayType (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.h100 } GstGLDisplayType; typedef
113 GstGLDisplayType type;
138 GstGLDisplay *gst_gl_display_new_with_type (GstGLDisplayType type);
146 GstGLDisplayType gst_gl_display_get_handle_type (GstGLDisplay * display);
Dgstgldisplay.c280 static GstGLDisplayType
349 gst_gl_display_new_with_type (GstGLDisplayType type) in gst_gl_display_new_with_type()
352 GstGLDisplayType custom_new_types = 0; in gst_gl_display_new_with_type()
410 GstGLDisplayType create_type = 0; in gst_gl_display_new_with_type()
456 GstGLDisplayType env_choice = gst_gl_display_type_from_environment (); in gst_gl_display_new()
558 GstGLDisplayType
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c133 gst_gl_display_egl_get_from_native (GstGLDisplayType type, guintptr display) in gst_gl_display_egl_get_from_native()
325 GstGLDisplayType display_type; in gst_gl_display_egl_from_gl_display()
Dgstgldisplay_egl.h76 gpointer gst_gl_display_egl_get_from_native (GstGLDisplayType type, guintptr display);
/third_party/gstreamer/gstplugins_base/
DChangeLog1449 The GstGLDisplayType of the display was win32 instead of the required eagl.