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:
authorSebastian Dröge <sebastian@centricular.com>2023-02-02 20:51:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-02 21:24:27 +0300
commit5506f8001e189f31730cfac579ef173e456f93e8 (patch)
tree52e07e6185cae03a527498d1285a5a359665b3d4 /docs
parent194c4e9e9ff26a2828f3ca9d7fc960735ae88213 (diff)
rtpav1pay: Add support for tu/frame aligned input
In this case every buffer can be sent out immediately and makes up a whole frame. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1072>
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 70278d90a..a183f303e 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -5520,7 +5520,7 @@
"long-name": "RTP AV1 payloader",
"pad-templates": {
"sink": {
- "caps": "video/x-av1:\n parsed: true\n stream-format: obu-stream\n alignment: obu\n",
+ "caps": "video/x-av1:\n parsed: true\n stream-format: obu-stream\n alignment: { (string)tu, (string)frame, (string)obu }\n",
"direction": "sink",
"presence": "always"
},