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:
Tim-Philipp Müller 2021-04-11 23:42:13 +01:00
parent 1a1a885db4
commit 5b754c381c
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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