From 03c4a819d38d04ca4e69b057102ffa7642095fb0 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Thu, 30 Apr 2020 17:59:45 +0100 Subject: [PATCH] gl: Add since tags for new glbasesrc base class Part-of: --- gst-libs/gst/gl/gstglbasesrc.c | 2 ++ gst-libs/gst/gl/gstglbasesrc.h | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/gst-libs/gst/gl/gstglbasesrc.c b/gst-libs/gst/gl/gstglbasesrc.c index 26d1bfb..8716b72 100644 --- a/gst-libs/gst/gl/gstglbasesrc.c +++ b/gst-libs/gst/gl/gstglbasesrc.c @@ -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 diff --git a/gst-libs/gst/gl/gstglbasesrc.h b/gst-libs/gst/gl/gstglbasesrc.h index a33b5bf..4c9d3a4 100644 --- a/gst-libs/gst/gl/gstglbasesrc.h +++ b/gst-libs/gst/gl/gstglbasesrc.h @@ -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; -- 2.7.4