va: Fix log message
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 2 Mar 2022 19:06:01 +0000 (20:06 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 4 Mar 2022 12:41:37 +0000 (12:41 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1845>

subprojects/gst-plugins-bad/sys/va/plugin.c

index d67fc26..afcd65a 100644 (file)
@@ -192,7 +192,7 @@ plugin_register_encoders (GstPlugin * plugin, GstVaDevice * device,
         }
         break;
       default:
-        GST_DEBUG ("No decoder implementation for %" GST_FOURCC_FORMAT,
+        GST_DEBUG ("No encoder implementation for %" GST_FOURCC_FORMAT,
             GST_FOURCC_ARGS (codec));
         break;
     }