gl: Add since tags for new glbasesrc base class
authorPhilippe Normand <philn@igalia.com>
Thu, 30 Apr 2020 16:59:45 +0000 (17:59 +0100)
committerPhilippe Normand <philn@igalia.com>
Thu, 30 Apr 2020 17:00:19 +0000 (18:00 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/647>

gst-libs/gst/gl/gstglbasesrc.c
gst-libs/gst/gl/gstglbasesrc.h

index 26d1bfb..8716b72 100644 (file)
@@ -39,6 +39,8 @@
  * context. It also provided some wrappers around #GstBaseSrc's `start()` and
  * `stop()` virtual methods that ensure an OpenGL context is available and
  * current in the calling thread.
+ *
+ * Since: 1.18
  */
 
 #define GST_CAT_DEFAULT gst_gl_base_src_debug
index a33b5bf..4c9d3a4 100644 (file)
@@ -48,6 +48,8 @@ GType gst_gl_base_src_get_type(void);
  * @running_time: the total running time
  *
  * The parent instance type of a base GStreamer GL Video source.
+ *
+ * Since: 1.18
  */
 struct _GstGLBaseSrc {
   GstPushSrc parent;
@@ -77,6 +79,8 @@ struct _GstGLBaseSrc {
  * @fill_gl_memory: called in the GL thread to fill the current video texture.
  *
  * The base class for GStreamer GL Video sources.
+ *
+ * Since: 1.18
  */
 struct _GstGLBaseSrcClass {
   GstPushSrcClass parent_class;