summaryrefslogtreecommitdiff
path: root/gst/videoparsers
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-12 17:03:00 +0000
committerFelix Yan <felixonmars@archlinux.org>2020-08-12 17:03:00 +0000
commit5886138c13d1a3291552939006885138ba6c3468 (patch)
treea7f799fac38a959046d5ccff9c6dc51c6e59cf46 /gst/videoparsers
parent185d2f56a3fc732668a601e0b31f5a01c10ec9d6 (diff)
downloadgstreamer-plugins-bad-5886138c13d1a3291552939006885138ba6c3468.tar.gz
Correct typos in gsth264parse.c
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1511>
Diffstat (limited to 'gst/videoparsers')
-rw-r--r--gst/videoparsers/gsth264parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c
index a3167f32b..3e5c760b7 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