From 44c5985eddc5ca910065683d9cdc0cb993bda29a Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 8 Dec 2015 16:35:45 +1100 Subject: [PATCH] glproto: include function definitions for GL_APPLE_sync Provides a performance improvement on iOS where we were falling back to glFinish on settting sync points. --- gst-libs/gst/gl/glprototypes/sync.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/gl/glprototypes/sync.h b/gst-libs/gst/gl/glprototypes/sync.h index 3181037450..d2fa99d5a9 100644 --- a/gst-libs/gst/gl/glprototypes/sync.h +++ b/gst-libs/gst/gl/glprototypes/sync.h @@ -1,6 +1,6 @@ /* * GStreamer - * Copyright (C) 2014 Matthew Waters + * Copyright (C) 2014-2015 Matthew Waters * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -22,8 +22,8 @@ GST_GL_EXT_BEGIN (sync, GST_GL_API_OPENGL3, 3, 2, 3, 0, - "", - "") + "APPLE", + "sync") GST_GL_EXT_FUNCTION (GLsync, FenceSync, (GLenum condition, GLbitfield flags))