diff --git a/subprojects/gst-plugins-bad/sys/va/gstvah264dec.c b/subprojects/gst-plugins-bad/sys/va/gstvah264dec.c index c4a149434b..e7ec3766d7 100644 --- a/subprojects/gst-plugins-bad/sys/va/gstvah264dec.c +++ b/subprojects/gst-plugins-bad/sys/va/gstvah264dec.c @@ -500,7 +500,7 @@ gst_va_h264_dec_new_picture (GstH264Decoder * decoder, error: { GST_WARNING_OBJECT (self, - "Failed to allocated output buffer, return %s", + "Failed to allocate output buffer, returning %s", gst_flow_get_name (ret)); return ret; }