From 91484ce2ac01fedb2208e2a9c92e41e4c705d3eb Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sun, 19 Dec 2021 21:48:51 +0900 Subject: [PATCH] d3d11av1dec: Update sinkpad template for profile Part-of: --- subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp index fab8743..1b50a09 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp @@ -1315,7 +1315,7 @@ gst_d3d11_av1_dec_register (GstPlugin * plugin, GstD3D11Device * device, sink_caps = gst_caps_from_string ("video/x-av1, " - "alignment = (string) frame, profile = (string) 0"); + "alignment = (string) frame, profile = (string) main"); src_caps = gst_caps_from_string ("video/x-raw(" GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY "); video/x-raw"); -- 2.7.4