summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-09-22 15:42:37 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-11-18 15:46:52 -0500
commite53da209380e0b05543668e357ebf12f307ed2f8 (patch)
tree80400b190fb8d5834be87d8b4e48c8ec48b92305 /docs
parent33fcb0faf028abc312524d7bbe045322068e63b3 (diff)
downloadgstreamer-plugins-bad-e53da209380e0b05543668e357ebf12f307ed2f8.tar.gz
nvdec: Accept progressive-high and contrained-high profiles
They're subsets of the high profiles with no interlacing and no B-frames for constrained Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1634>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 24790d1a6..3eb0e081f 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -209909,7 +209909,7 @@
"long-name": "NVDEC h264 Video Decoder",
"pad-templates": {
"sink": {
- "caps": "video/x-h264:\n stream-format: byte-stream\n alignment: au\n profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)high }\n width: [ 48, 4096 ]\n height: [ 16, 4096 ]\n",
+ "caps": "video/x-h264:\n stream-format: byte-stream\n alignment: au\n profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)high, (string)constrained-high, (string)progressive-high }\n width: [ 48, 4096 ]\n height: [ 16, 4096 ]\n",
"direction": "sink",
"presence": "always"
},
@@ -210062,7 +210062,7 @@
"long-name": "NVDEC H.264 Stateless Decoder",
"pad-templates": {
"sink": {
- "caps": "video/x-h264:\n stream-format: { (string)avc, (string)avc3, (string)byte-stream }\n alignment: au\n profile: { (string)high, (string)main, (string)constrained-baseline, (string)baseline }\n framerate: [ 0/1, 2147483647/1 ]\n width: [ 48, 4096 ]\n height: [ 16, 4096 ]\n",
+ "caps": "video/x-h264:\n stream-format: { (string)avc, (string)avc3, (string)byte-stream }\n alignment: au\n profile: { (string)high, (string)main, (string)constrained-high, (string)constrained-baseline, (string)baseline }\n framerate: [ 0/1, 2147483647/1 ]\n width: [ 48, 4096 ]\n height: [ 16, 4096 ]\n",
"direction": "sink",
"presence": "always"
},