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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-25 12:59:52 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-01-25 15:29:30 +0300
commitabe4efc4a2239d2063cdf8b06c9428aaccbff90f (patch)
treed971c1c30c4501fce3945fabe0f7c4359a92ddd6 /docs
parent3b4c48d9f55ae5bfb6eb4fe485edf54f8916d955 (diff)
fmp4mux: add 'offset-to-zero' property
Add it only to 'isofmp4mux', the onvif variant already does this and CMAF and DASH are always single-stream so you rely on inter-container synchronization via the running-time. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1063>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 8a72cd286..52857746e 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -1668,6 +1668,20 @@
"presence": "always"
}
},
+ "properties": {
+ "offset-to-zero": {
+ "blurb": "Offsets all streams so that the earliest stream starts at 0",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "false",
+ "mutable": "ready",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ }
+ },
"rank": "primary"
},
"onviffmp4mux": {