summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-01-22 12:41:27 -0500
committerStéphane Cerveau <scerveau@collabora.com>2021-07-08 18:39:28 +0200
commit17aca8a8c2b581b11b539a6a138241302cce7290 (patch)
tree23c2d422c7a4ce7c53bb506539c2e4bfa8943575 /docs
parent81cbd0deb61b1cab44d1a54e915ff42b18f7f500 (diff)
downloadgst-libav-17aca8a8c2b581b11b539a6a138241302cce7290.tar.gz
avviddec: Enable subframe decoding for H.264
Enable sending NAL units to the decoder without having to first group them in a frame (an AU). Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/66>
Diffstat (limited to 'docs')
-rw-r--r--docs/gst_plugins_cache.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 71a80d5..dbe88b7 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -9436,7 +9436,7 @@
"long-name": "libav H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder",
"pad-templates": {
"sink": {
- "caps": "video/x-h264:\n alignment: au\n stream-format: { (string)avc, (string)byte-stream }\n",
+ "caps": "video/x-h264:\n alignment: au\n stream-format: { (string)avc, (string)byte-stream }\nvideo/x-h264:\n alignment: nal\n stream-format: byte-stream\n",
"direction": "sink",
"presence": "always"
},