Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2022-10-10 16:15:57 +0300
committerSeungha Yang <seungha@centricular.com>2022-10-10 16:16:15 +0300
commit3d317b976e661e89acd4a59f1b85bf55ebde217d (patch)
tree9019fe0f0023fd2c0cd0fc2245439368a36200e3 /docs
parent6e7ebc30e06be73032151b8cc1c029ae750b81e3 (diff)
jsontovtt: Add timeout property
As described in the spec D.4 Automatic Caption Blanking, allows automatic clear if user specified timeout value
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 0bc054f6..44dbbfc0 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -3645,6 +3645,22 @@
"presence": "always"
}
},
+ "properties": {
+ "timeout": {
+ "blurb": "Duration after which to erase text when no data has arrived",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "18446744073709551615",
+ "max": "18446744073709551615",
+ "min": "16000000000",
+ "mutable": "playing",
+ "readable": true,
+ "type": "guint64",
+ "writable": true
+ }
+ },
"rank": "none"
},
"mccenc": {