glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNORED
This commit is contained in:
parent
cd4a93da3b
commit
09c6df31e3
@ -37,6 +37,9 @@ GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
|||||||
#ifndef GL_TIMEOUT_EXPIRED
|
#ifndef GL_TIMEOUT_EXPIRED
|
||||||
#define GL_TIMEOUT_EXPIRED 0x911B
|
#define GL_TIMEOUT_EXPIRED 0x911B
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef GL_TIMEOUT_IGNORED
|
||||||
|
#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_default_set_sync_gl (GstGLSyncMeta * sync_meta, GstGLContext * context)
|
_default_set_sync_gl (GstGLSyncMeta * sync_meta, GstGLContext * context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user