gl/debug: desktop GL does not have the KHR suffixes
authorMatthew Waters <ystreet00@gmail.com>
Mon, 22 Sep 2014 02:21:22 +0000 (12:21 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:46 +0000 (19:31 +0000)
gst-libs/gst/gl/glprototypes/debug.h

index 572f084c85fe622531c5d3f1137c21bd39f2399c..6c53ea2686c34eeab21c7ed7137dbdd1ca28b778 100644 (file)
@@ -22,7 +22,7 @@ GST_GL_EXT_BEGIN (debug,
                   GST_GL_API_OPENGL3,
                   4, 3,
                   255, 255,
-                  "KHR:\0ARB\0",
+                  "KHR:\0KHR\0ARB\0",
                   "debug\0debug_output\0")
 GST_GL_EXT_FUNCTION (void, DebugMessageControl,
                      (GLenum source,
@@ -58,7 +58,7 @@ GST_GL_EXT_BEGIN (khr_debug,
                   GST_GL_API_OPENGL3,
                   4, 3,
                   255, 255,
-                  "KHR\0",
+                  "KHR:\0KHR\0",
                   "debug\0")
 GST_GL_EXT_FUNCTION (void, PushDebugGroup,
                      (GLenum source,