summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-10-29 10:54:45 -0300
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-02-11 14:58:35 +0000
commit927bd289e52b4fbd5eefe4721b0b1c5416b68efa (patch)
treec542dc2554ad8d3c9bbd2de923afa6838f510ed9 /docs
parent636a77a83f6462c9bdd85101ff19cd0a82e5a2ba (diff)
downloadgstreamer-plugins-bad-927bd289e52b4fbd5eefe4721b0b1c5416b68efa.tar.gz
openh264enc: Add support for main and high profiles
Those are supported (to a certain extent) so we should not limit ourself to baseline Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1789>
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 9bd916e72..0553a5f70 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -213650,7 +213650,7 @@
"presence": "always"
},
"src": {
- "caps": "video/x-h264:\n stream-format: byte-stream\n alignment: au\n profile: baseline\n",
+ "caps": "video/x-h264:\n stream-format: byte-stream\n alignment: au\n profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)constrained-high, (string)high }\n",
"direction": "src",
"presence": "always"
}