From 7b1683f6b2bafa098c2c1b0c115200d4a61e411a Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Thu, 27 Jan 2022 03:10:39 +0900 Subject: [PATCH] d3d11av1dec: Fix typo in debug message Fixing copy and paste mistake, It's AV1 decoder not VP8 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 1b50a09d5e..16c211d37b 100644 --- a/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp +++ b/subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp @@ -1279,7 +1279,7 @@ gst_d3d11_av1_dec_register (GstPlugin * plugin, GstD3D11Device * device, if (!gst_d3d11_decoder_get_supported_decoder_profile (device, 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; }