From 988f806e7a5525946644b5f9ea6f7d26be2ef0c5 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 2 Dec 2024 11:39:11 -0500 Subject: [PATCH] av1parse: Fix some debug trace and comment typo Part-of: --- subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c index 032dbd7c60..9134a0fb54 100644 --- a/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c +++ b/subprojects/gst-plugins-bad/gst/videoparsers/gstav1parse.c @@ -1506,7 +1506,7 @@ new_tu: if (ret) { if (self->within_one_frame) GST_WARNING_OBJECT (self, - "Start a new temporal unit with incompleted frame."); + "Start a new temporal unit with incomplete frame."); gst_av1_parse_reset_obu_data_state (self); gst_av1_parse_reset_tu_timestamp (self); @@ -2313,7 +2313,7 @@ gst_av1_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame) } if (self->align == GST_AV1_PARSE_ALIGN_FRAME) { - /* Input buffers may may contain more than one frames inside its buffer. + /* Input buffers may contain more than one frames inside its buffer. When splitting a TU into frames, the base parse class only assign the PTS to the first frame and leave the others PTS invalid. But in fact, all decode only frames should have invalid PTS while showable frames