From 4474056f6fe7bf0b48c61b928387665f7d15c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Fri, 27 May 2022 14:47:21 +0200 Subject: [PATCH] va264enc: Fix typo. Part-of: --- subprojects/gst-plugins-bad/sys/va/gstvah264enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index e3bf1ab590..3b9934b918 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c @@ -494,7 +494,7 @@ _ensure_rate_control (GstVaH264Enc * self) rc_mode = gst_va_encoder_get_rate_control_mode (base->encoder, base->profile, base->entrypoint); if (!(rc_mode & self->prop.rc_ctrl)) { - GST_INFO_OBJECT (self, "The race control mode %s is not supported, " + GST_INFO_OBJECT (self, "The rate control mode %s is not supported, " "fallback to %s mode", _rate_control_get_name (self->prop.rc_ctrl), _rate_control_get_name (VA_RC_CQP));