Top | ![]() |
![]() |
![]() |
![]() |
GstGLDisplayEGL * | gst_gl_display_egl_new () |
GstGLDisplayEGL * | gst_gl_display_egl_new_with_egl_display () |
GstGLDisplayEGL * | gst_gl_display_egl_from_gl_display () |
gpointer | gst_gl_display_egl_get_from_native () |
GstGLDisplayEGL *
gst_gl_display_egl_new (void
);
Create a new GstGLDisplayEGL using the default EGL_DEFAULT_DISPLAY.
GstGLDisplayEGL *
gst_gl_display_egl_new_with_egl_display
(gpointer display
);
GstGLDisplayEGL *
gst_gl_display_egl_from_gl_display (GstGLDisplay *display
);
Creates a EGL display connection from a native Display.
This function will return the same value for multiple calls with the same
display
.
Since: 1.12
gpointer gst_gl_display_egl_get_from_native (GstGLDisplayType type
,guintptr display
);
Attempts to create a new EGLDisplay from display
. If type
is
GST_GL_DISPLAY_TYPE_ANY
, then display
must be 0. type
must not be
GST_GL_DISPLAY_TYPE_NONE
.
Since: 1.12