Correct typos in gsth264parse.c

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1511>
This commit is contained in:
Felix Yan 2020-08-12 17:03:00 +00:00
parent 185d2f56a3
commit 5886138c13

View file

@ -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