summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-10-04 14:50:43 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-10-04 14:50:43 +0300
commit5a3666395ea6ecf1cc3bd82c20ef794a85e6720a (patch)
tree63fa2ac0eac6bbf250f4d7bf1c79a2b8452399f3
parentee98f056b1d0a22f3cdce14a106ea25e4ea0d4e8 (diff)
downloadgst-plugins-base-5a3666395ea6ecf1cc3bd82c20ef794a85e6720a.tar.gz
gst-plugins-base-5a3666395ea6ecf1cc3bd82c20ef794a85e6720a.tar.xz
gl: GstGLAPI should be gst_gl_api_ in lower-case
-rw-r--r--gst-libs/gst/gl/gstglapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglapi.h b/gst-libs/gst/gl/gstglapi.h
index 53be1ab6e..a0d82f534 100644
--- a/gst-libs/gst/gl/gstglapi.h
+++ b/gst-libs/gst/gl/gstglapi.h
@@ -38,7 +38,7 @@ G_BEGIN_DECLS
* @GST_GL_API_GLES2: OpenGL ES 2.x and 3.x
* @GST_GL_API_ANY: Any OpenGL API
*/
-typedef enum {
+typedef enum /*< underscore_name=gst_gl_api >*/ {
GST_GL_API_NONE = 0,
GST_GL_API_OPENGL = (1 << 0),
GST_GL_API_OPENGL3 = (1 << 1),