gl: fix up Since markers for newly-added _get_type() functions
authorTim-Philipp Müller <tim@centricular.com>
Sun, 11 Apr 2021 22:42:13 +0000 (23:42 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 11 Apr 2021 22:50:35 +0000 (23:50 +0100)
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>

gst-libs/gst/gl/egl/gstglmemoryegl.h
gst-libs/gst/gl/gstglbuffer.h
gst-libs/gst/gl/gstglmemory.h
gst-libs/gst/gl/gstglmemorypbo.h
gst-libs/gst/gl/gstglrenderbuffer.h

index 2891f1f..2ee8f1a 100644 (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
index 8680e3f..4cc7f9b 100644 (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
index ed23d02..e70707f 100644 (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
index 3bc7d3f..f40ca4f 100644 (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
index 516a104..f775287 100644 (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