va: Fix log message

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1845>
This commit is contained in:
Víctor Manuel Jáquez Leal 2022-03-02 20:06:01 +01:00 committed by GStreamer Marge Bot
parent 7a7daf0f37
commit 72b0f8ab17

View 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;
}