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

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2021-08-12 18:03:58 +0300
committerArun Raghavan <arun@asymptotic.io>2021-08-18 17:51:15 +0300
commit2c6be7373f3213ef90a858504e7b981e8f94908d (patch)
treebfd711e3aa10515faabc50ea4818288e82722595 /docs
parent508a565163990e6f24e00d73f0b9715eec668443 (diff)
matroska-mux: Add a timestamp-offset property
Adds a user-controllable timestamp offset to clusters and blocks. This should be useful if we want to have timestamps that have significance outside of the current file (for example, we might set the offset to the wallclock when the file is being created, or some other common base, if we want to correlate streams across multiple files). Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1051>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 29807956a..0d7eeb229 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -9120,6 +9120,20 @@
}
},
"properties": {
+ "cluster-timestamp-offset": {
+ "blurb": "An offset to add to all clusters/blocks (in nanoseconds)",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "0",
+ "max": "18446744073709551615",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "guint64",
+ "writable": true
+ },
"creation-time": {
"blurb": "Date and time of creation. This will be used for the DateUTC field. NULL means that the current time will be used.",
"conditionally-available": false,