From 5886138c13d1a3291552939006885138ba6c3468 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 12 Aug 2020 17:03:00 +0000 Subject: [PATCH] Correct typos in gsth264parse.c Part-of: --- gst/videoparsers/gsth264parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index a3167f32bd..3e5c760b7b 100644 --- a/gst/videoparsers/gsth264parse.c +++ b/gst/videoparsers/gsth264parse.c @@ -1500,7 +1500,7 @@ gst_h264_parse_handle_frame (GstBaseParse * parse, h264parse->aud_needed = FALSE; } - /* Do not push immediatly if we don't have all headers. This ensure that + /* Do not push immediately if we don't have all headers. This ensure that * our caps are complete, avoiding a renegotiation */ if (h264parse->align == GST_H264_PARSE_ALIGN_NAL && !GST_H264_PARSE_STATE_VALID (h264parse, @@ -3117,7 +3117,7 @@ gst_h264_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame) /* Fixme: setting passthrough mode causing multiple issues: * For nal aligned multiresoluton streams, passthrough mode make h264parse - * unable to advertise the new resoultions. Also causing issues while + * unable to advertise the new resolutions. Also causing issues while * parsing MVC streams when it has two layers. * Disabing passthourgh mode for now */ #if 0