mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
gl: add missing cgl and eagl context type
https://bugzilla.gnome.org/show_bug.cgi?id=729245
This commit is contained in:
parent
b84a2eaf9f
commit
67c18fee19
1 changed files with 2 additions and 0 deletions
|
@ -47,9 +47,11 @@ GQuark gst_gl_context_error_quark (void);
|
||||||
*/
|
*/
|
||||||
typedef void (*GstGLContextThreadFunc) (GstGLContext * context, gpointer data);
|
typedef void (*GstGLContextThreadFunc) (GstGLContext * context, gpointer data);
|
||||||
|
|
||||||
|
#define GST_GL_CONTEXT_TYPE_CGL "gst.gl.context.CGL"
|
||||||
#define GST_GL_CONTEXT_TYPE_GLX "gst.gl.context.GLX"
|
#define GST_GL_CONTEXT_TYPE_GLX "gst.gl.context.GLX"
|
||||||
#define GST_GL_CONTEXT_TYPE_EGL "gst.gl.context.EGL"
|
#define GST_GL_CONTEXT_TYPE_EGL "gst.gl.context.EGL"
|
||||||
#define GST_GL_CONTEXT_TYPE_WGL "gst.gl.context.WGL"
|
#define GST_GL_CONTEXT_TYPE_WGL "gst.gl.context.WGL"
|
||||||
|
#define GST_GL_CONTEXT_TYPE_EAGL "gst.gl.context.EAGL"
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue