diff options
author | Matthew Waters <matthew@centricular.com> | 2016-02-09 13:08:21 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2016-02-09 13:08:21 +1100 |
commit | 09c6df31e314b47cb1ee6e2d5fc257389c6640a6 (patch) | |
tree | bea3d6d2ea9155077e7cd33c3b86ace79e16ee40 /gst-libs/gst | |
parent | cd4a93da3b433de215903184f18944668053e04c (diff) | |
download | gstreamer-plugins-bad-09c6df31e314b47cb1ee6e2d5fc257389c6640a6.tar.gz |
glsyncmeta: add compatibility definition for GL_TIMEOUT_IGNORED
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/gl/gstglsyncmeta.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglsyncmeta.c b/gst-libs/gst/gl/gstglsyncmeta.c index ab0e8c28a..fab8d2888 100644 --- a/gst-libs/gst/gl/gstglsyncmeta.c +++ b/gst-libs/gst/gl/gstglsyncmeta.c @@ -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) |