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:
authorGuillaume Desmottes <guillaume.desmottes@onestream.live>2023-01-16 18:42:56 +0300
committerGuillaume Desmottes <guillaume.desmottes@onestream.live>2023-01-17 12:54:05 +0300
commit570eb7463a3bddea1e30370f09a30da1e4bf3131 (patch)
tree92eca7ce76fe1e44b4848ccc70ddef2078f958ca /docs
parent812df78b750b562a00aff290fc73221a6973c350 (diff)
livesync: fix late-threshold property min value
The code is handling 0 as "always over threshold" but it was not possible to set the property to 0. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1049>
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 dbfcd7ed..8a72cd28 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -2587,7 +2587,7 @@
"controllable": false,
"default": "2000000000",
"max": "18446744073709551615",
- "min": "1000000000",
+ "min": "0",
"mutable": "playing",
"readable": true,
"type": "guint64",