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))