d3d11av1dec: Fix typo in debug message
authorSeungha Yang <seungha@centricular.com>
Wed, 26 Jan 2022 18:10:39 +0000 (03:10 +0900)
committerSeungha Yang <seungha@centricular.com>
Wed, 26 Jan 2022 18:11:33 +0000 (03:11 +0900)
Fixing copy and paste mistake, It's AV1 decoder not VP8

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1576>

subprojects/gst-plugins-bad/sys/d3d11/gstd3d11av1dec.cpp

index 1b50a09..16c211d 100644 (file)
@@ -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;
   }