summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-10-02 18:47:16 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2020-11-18 15:47:36 -0500
commit03d710bd40655b434d087092476d166b20b58692 (patch)
tree0b3539d597eeef3bfdb9bba5f9c820d1ecc02bd4 /docs
parentf83039531ef2b1376dcdf4652dd90ab7a25fb216 (diff)
downloadgstreamer-plugins-bad-03d710bd40655b434d087092476d166b20b58692.tar.gz
openh264dec: Accept constrained-high and progressive-high profiles
They're just subsets of the high profile. 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.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 3eb0e081f..9dad19db5 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -213539,7 +213539,7 @@
"long-name": "OpenH264 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",
+ "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",
"direction": "sink",
"presence": "always"
},