summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-10-29 14:54:16 +0100
committerStéphane Cerveau <scerveau@collabora.com>2020-11-01 15:19:46 +0100
commitd664f400aa0465d3f917bcef5e7d8ac37cdf41b9 (patch)
treec8e759407329eded0f67021c284e1bc9fc90fc80 /docs
parent81ecf076e8032d97eff7d78725ca905d04c310db (diff)
downloadgstreamer-plugins-good-d664f400aa0465d3f917bcef5e7d8ac37cdf41b9.tar.gz
navseek: add hold_eos property
This property will tell the element to hold the EOS event and keep it until the next keystroke. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/792>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 01dc8be7a..b8590d445 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -3947,6 +3947,18 @@
}
},
"properties": {
+ "hold-eos": {
+ "blurb": "Hold eos until the next 'Return' keystroke",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "false",
+ "mutable": "null",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ },
"seek-offset": {
"blurb": "Time in seconds to seek by",
"conditionally-available": false,