From 360787ef274e6852ffd4ed251ca892e8177f2c7e Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 18 Oct 2024 15:10:56 +0200 Subject: [PATCH] qrbaseoverlay: Add doc/since Part-of: --- .../gst-plugins-bad/ext/qroverlay/gstbaseqroverlay.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/qroverlay/gstbaseqroverlay.c b/subprojects/gst-plugins-bad/ext/qroverlay/gstbaseqroverlay.c index 08cdb1a371..a1887b3314 100644 --- a/subprojects/gst-plugins-bad/ext/qroverlay/gstbaseqroverlay.c +++ b/subprojects/gst-plugins-bad/ext/qroverlay/gstbaseqroverlay.c @@ -334,6 +334,13 @@ gst_base_qr_overlay_class_init (GstBaseQROverlayClass * klass) "Y position (in percent of the height)", 0.0, 100.0, DEFAULT_PROP_Y, G_PARAM_READWRITE)); + /** + * GstBaseQROverlay:size: + * + * Size of the square (in percent of the smallest of width and height) + * + * Since: 1.26 + */ g_object_class_install_property (gobject_class, PROP_SIZE, g_param_spec_float ("size", "Size of the square (in percent of the smallest of width and height)", @@ -346,7 +353,7 @@ gst_base_qr_overlay_class_init (GstBaseQROverlayClass * klass) DEFAULT_PROP_QUALITY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /** - * GstBaseQROverlay::case-sensitive: + * GstBaseQROverlay:case-sensitive: * * Strings to encode are case sensitive (e.g. passwords or SSIDs). *