mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
d3d11av1dec: Update sinkpad template for profile
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1456>
This commit is contained in:
parent
40213b5c75
commit
91484ce2ac
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue