mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +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
fbe6dd9c5f
commit
ce4a2b6828
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);
|
||||
|
||||
#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_EGL "gst.gl.context.EGL"
|
||||
#define GST_GL_CONTEXT_TYPE_WGL "gst.gl.context.WGL"
|
||||
#define GST_GL_CONTEXT_TYPE_EAGL "gst.gl.context.EAGL"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue