From 540c0690c64ede8bbeaa15734b1994794b1d1661 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 8 Dec 2015 16:35:45 +1100 Subject: 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 318103745..d2fa99d5a 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)) -- cgit v1.2.1