From: Víctor Manuel Jáquez Leal Date: Fri, 27 May 2022 12:47:21 +0000 (+0200) Subject: va264enc: Fix typo. X-Git-Tag: 1.22.0~1538 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4474056f6fe7bf0b48c61b928387665f7d15c1c5;p=platform%2Fupstream%2Fgstreamer.git va264enc: Fix typo. Part-of: --- diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c b/subprojects/gst-plugins-bad/sys/va/gstvah264enc.c index e3bf1ab..3b9934b 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));