mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 01:35:30 +00:00
glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNORED
This commit is contained in:
parent
f4bd4434c4
commit
fb34d8a04b
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue