From 5a3666395ea6ecf1cc3bd82c20ef794a85e6720a Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 4 Oct 2018 14:50:43 +0300 Subject: gl: GstGLAPI should be gst_gl_api_ in lower-case --- gst-libs/gst/gl/gstglapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3