baseparse: Fix typo

This commit is contained in:
Jan Schmidt 2020-04-01 02:46:52 +11:00 committed by Tim-Philipp Müller
parent 7b0e6f3e62
commit 0f91868ef0

View file

@ -3426,7 +3426,7 @@ exit:
/* PULL mode:
* pull and scan for next frame starting from current offset
* ajusts sync, drain and offset going along */
* adjusts sync, drain and offset going along */
static GstFlowReturn
gst_base_parse_scan_frame (GstBaseParse * parse, GstBaseParseClass * klass)
{