mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
d3d11av1dec: Fix typo in debug message
Fixing copy and paste mistake, It's AV1 decoder not VP8 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1576>
This commit is contained in:
parent
980925a6a3
commit
7b1683f6b2
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ gst_d3d11_av1_dec_register (GstPlugin * plugin, GstD3D11Device * device,
|
||||||
|
|
||||||
if (!gst_d3d11_decoder_get_supported_decoder_profile (device,
|
if (!gst_d3d11_decoder_get_supported_decoder_profile (device,
|
||||||
GST_DXVA_CODEC_AV1, GST_VIDEO_FORMAT_NV12, &profile_guid)) {
|
GST_DXVA_CODEC_AV1, GST_VIDEO_FORMAT_NV12, &profile_guid)) {
|
||||||
GST_INFO_OBJECT (device, "device does not support VP8 decoding");
|
GST_INFO_OBJECT (device, "device does not support AV1 decoding");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue