mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
Correct typos in gsth264parse.c
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1511>
This commit is contained in:
parent
185d2f56a3
commit
5886138c13
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue