mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gl: fix up Since markers for newly-added _get_type() functions
Follow-up to !999 which wasn't backported into 1.18 in the end after all. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/857 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1101>
This commit is contained in:
parent
1a1a885db4
commit
5b754c381c
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue