summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-24 15:59:03 +0200
committerTim-Philipp Müller <tim@centricular.com>2020-07-01 19:44:57 +0100
commit101dc08e5b9f1ba9a4605cfe22dee101db056653 (patch)
treee4166320ab5a28d20c67ed207d2eb83de5b1d3f8 /docs
parent0826fb95b7b6b9019f0dc18a769a88d71487ce4b (diff)
downloadgstreamer-plugins-base-101dc08e5b9f1ba9a4605cfe22dee101db056653.tar.gz
basetextoverlay: mark valign and halign props as DOC_SHOW_DEFAULT
To document it, we instantiate a subclass and inspect the properties on the created object. Subclasses (in that case textrender) may initialize those properties with a different default, we do not want to expose that in the base class documentation. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/723>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index e43e72901..145f9225e 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -8036,7 +8036,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "left (0)",
+ "default": "center (1)",
"mutable": "null",
"readable": true,
"type": "GstBaseTextOverlayHAlign",