From d1cd07b72b8bfaf41b350062ba89e091d650d79f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Jun 2020 16:04:51 +0100 Subject: [PATCH] paramspecs: add 'Since: 1.18' markers for new param spec flags Part-of: --- gst/gstparamspecs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gstparamspecs.h b/gst/gstparamspecs.h index f93a88d..c850d14 100644 --- a/gst/gstparamspecs.h +++ b/gst/gstparamspecs.h @@ -66,6 +66,8 @@ G_BEGIN_DECLS * Use this flag on GObject properties of GstObject to indicate that * during `gst-inspect` and friends, the default value should be used * as default instead of the current value. + * + * Since: 1.18 */ #define GST_PARAM_DOC_SHOW_DEFAULT (1 << (G_PARAM_USER_SHIFT + 5)) @@ -76,6 +78,8 @@ G_BEGIN_DECLS * they might not be available depending on environment such as OS, device, etc, * so such properties will be installed conditionally only if the GstObject is * able to support it. + * + * Since: 1.18 */ #define GST_PARAM_CONDITIONALLY_AVAILABLE (1 << (G_PARAM_USER_SHIFT + 6)) -- 2.7.4