mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gl: GstGLAPI should be gst_gl_api_ in lower-case
This commit is contained in:
parent
ee98f056b1
commit
5a3666395e
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue