From 4ca7f1e014904f40fd028846c92fe895e93acace Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 24 Nov 2021 11:17:22 -0500 Subject: [PATCH] v4l2codecs: h264: Fix typo in comment Part-of: --- .../gst-plugins-bad/sys/v4l2codecs/gstv4l2codech264dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codech264dec.c b/subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codech264dec.c index bfbfc99410..73b7f9f5c0 100644 --- a/subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codech264dec.c +++ b/subprojects/gst-plugins-bad/sys/v4l2codecs/gstv4l2codech264dec.c @@ -603,7 +603,7 @@ gst_v4l2_codec_h264_dec_fill_decoder_params (GstV4l2CodecH264Dec * self, entry = &self->decode_params.dpb[entry_id++]; *entry = (struct v4l2_h264_dpb_entry) { /* - * The reference is multiplied by 1000 because it's wassed as micro + * The reference is multiplied by 1000 because it's was set as micro * seconds and this TS is nanosecond. */ .reference_ts = (guint64) ref_pic->system_frame_number * 1000,