mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNORED
This commit is contained in:
parent
cd4a93da3b
commit
09c6df31e3
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ GST_DEBUG_CATEGORY (GST_CAT_DEFAULT);
|
|||
#ifndef GL_TIMEOUT_EXPIRED
|
||||
#define GL_TIMEOUT_EXPIRED 0x911B
|
||||
#endif
|
||||
#ifndef GL_TIMEOUT_IGNORED
|
||||
#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
|
||||
#endif
|
||||
|
||||
static void
|
||||
_default_set_sync_gl (GstGLSyncMeta * sync_meta, GstGLContext * context)
|
||||
|
|
Loading…
Reference in a new issue