Top |
Types and Values
enum | GstGLAPI |
enum | GstGLPlatform |
#define | GST_GL_API_GLES1_NAME |
#define | GST_GL_API_GLES2_NAME |
#define | GST_GL_API_OPENGL3_NAME |
#define | GST_GL_API_OPENGL_NAME |
Functions
Types and Values
enum GstGLPlatform
Members
no platform |
||
the EGL platform used primarily with the X11, wayland and android window systems as well as on embedded Linux |
||
the GLX platform used primarily with the X11 window system |
||
the WGL platform used primarily on Windows |
||
the CGL platform used primarily on OS X |
||
the EAGL platform used primarily on iOS |
||
any OpenGL platform |
GST_GL_API_GLES1_NAME
#define GST_GL_API_GLES1_NAME "gles1"
The name for GST_GL_API_GLES1
used in various places
GST_GL_API_GLES2_NAME
#define GST_GL_API_GLES2_NAME "gles2"
The name for GST_GL_API_GLES2
used in various places
GST_GL_API_OPENGL3_NAME
#define GST_GL_API_OPENGL3_NAME "opengl3"
The name for GST_GL_API_OPENGL3
used in various places
GST_GL_API_OPENGL_NAME
#define GST_GL_API_OPENGL_NAME "opengl"
The name for GST_GL_API_OPENGL
used in various places