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,