From a2793a4663f00fd65da3b4ebc3825a0cea9d72fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 10 Jan 2025 14:34:54 +0100 Subject: [PATCH] vkh265dec: add main-10 support Part-of: --- subprojects/gst-plugins-bad/ext/vulkan/vkh265dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/vulkan/vkh265dec.c b/subprojects/gst-plugins-bad/ext/vulkan/vkh265dec.c index 226a779708..033575e5b0 100644 --- a/subprojects/gst-plugins-bad/ext/vulkan/vkh265dec.c +++ b/subprojects/gst-plugins-bad/ext/vulkan/vkh265dec.c @@ -143,7 +143,7 @@ struct _GstVulkanH265DecoderClass static GstStaticPadTemplate gst_vulkan_h265dec_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("video/x-h265, " - "profile = (string) main," + "profile = { (string) main, (string) main-10}," "stream-format = { (string) hvc1, (string) hev1, (string) byte-stream }, " "alignment = (string) au"));