From 927bd289e52b4fbd5eefe4721b0b1c5416b68efa Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 29 Oct 2020 10:54:45 -0300 Subject: 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: --- docs/plugins/gst_plugins_cache.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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" } -- cgit v1.2.1