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:
authorrajneeshksoni <soni.rajneesh@gmail.com>2023-04-10 21:11:39 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-09-20 13:54:48 +0300
commit4be24fdcafd47b5a876deca0f8844afa31230b07 (patch)
treec15c0c3dfd996d19d6228eaf2d90da87a6746684 /docs
parent95a7a3c0eca1799898dab5b321b72a5b394d87b1 (diff)
hlssink3: Allow adding EXT-X-PROGRAM-DATE-TIME tag.
- connect to `format-location-full` it provide the first sample of the fragment. preserve the running-time of the first sample in fragment. - on fragment-close message, find the mapping of running-time to UTC time. - on each subsequent fragment, calculate the offset of the running-time with first fragment and add offset to base utc time Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1145>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index e9959de28..bb6dfbf41 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -2186,6 +2186,18 @@
}
},
"properties": {
+ "enable-program-date-time": {
+ "blurb": "put EXT-X-PROGRAM-DATE-TIME tag in the playlist",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "false",
+ "mutable": "null",
+ "readable": true,
+ "type": "gboolean",
+ "writable": true
+ },
"i-frames-only": {
"blurb": "Each video segments is single iframe, So put EXT-X-I-FRAMES-ONLY tag in the playlist",
"conditionally-available": false,