mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
qrbaseoverlay: Add doc/since
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7692>
This commit is contained in:
parent
dce250beb8
commit
360787ef27
1 changed files with 8 additions and 1 deletions
|
@ -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,
|
"Y position (in percent of the height)", 0.0, 100.0, DEFAULT_PROP_Y,
|
||||||
G_PARAM_READWRITE));
|
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_object_class_install_property (gobject_class, PROP_SIZE,
|
||||||
g_param_spec_float ("size",
|
g_param_spec_float ("size",
|
||||||
"Size of the square (in percent of the smallest of width and height)",
|
"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));
|
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).
|
* Strings to encode are case sensitive (e.g. passwords or SSIDs).
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue