Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gl: fix up Since markers for newly-added _get_type() functions
  • Loading branch information
tp-m committed Apr 11, 2021
1 parent 1a1a885 commit 5b754c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/egl/gstglmemoryegl.h
Expand Up @@ -68,7 +68,7 @@ struct _GstGLMemoryEGL
/**
* GST_TYPE_GL_MEMORY_EGL:
*
* Since: 1.18.3
* Since: 1.20
*/
#define GST_TYPE_GL_MEMORY_EGL (gst_gl_memory_egl_get_type())
GST_GL_API
Expand Down
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gstglbuffer.h
Expand Up @@ -134,7 +134,7 @@ struct _GstGLBufferAllocatorClass
/**
* GST_TYPE_GL_BUFFER:
*
* Since: 1.18.3
* Since: 1.20
*/
#define GST_TYPE_GL_BUFFER (gst_gl_buffer_get_type())
GST_GL_API
Expand Down
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gstglmemory.h
Expand Up @@ -252,7 +252,7 @@ struct _GstGLMemoryAllocatorClass
/**
* GST_TYPE_GL_MEMORY:
*
* Since: 1.18.3
* Since: 1.20
*/
#define GST_TYPE_GL_MEMORY (gst_gl_memory_get_type())
GST_GL_API
Expand Down
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gstglmemorypbo.h
Expand Up @@ -62,7 +62,7 @@ struct _GstGLMemoryPBO
/**
* GST_TYPE_GL_MEMORY_PBO
*
* Since: 1.18.3
* Since: 1.20
*/
#define GST_TYPE_GL_MEMORY_PBO (gst_gl_memory_pbo_get_type())
GST_GL_API
Expand Down
2 changes: 1 addition & 1 deletion gst-libs/gst/gl/gstglrenderbuffer.h
Expand Up @@ -146,7 +146,7 @@ GstGLRenderbufferAllocationParams * gst_gl_renderbuffer_allocation_params_ne
/**
* GST_TYPE_GL_RENDERBUFFER:
*
* Since: 1.18.3
* Since: 1.20
*/
#define GST_TYPE_GL_RENDERBUFFER (gst_gl_renderbuffer_get_type())
GST_GL_API
Expand Down

0 comments on commit 5b754c3

Please sign in to comment.