summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-12-08 16:35:45 +1100
committerMatthew Waters <matthew@centricular.com>2015-12-12 00:22:00 +1100
commit540c0690c64ede8bbeaa15734b1994794b1d1661 (patch)
tree071def04409caf4dc92bddbf9a8bed0ce11cd497
parent7b546734c0a3d9d1ae6e8bfaa5515e38d0f38547 (diff)
downloadgstreamer-plugins-bad-540c0690c64ede8bbeaa15734b1994794b1d1661.tar.gz
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.
-rw-r--r--gst-libs/gst/gl/glprototypes/sync.h6
1 files 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 <matthew@centricular.com>
+ * Copyright (C) 2014-2015 Matthew Waters <matthew@centricular.com>
*
* 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))