baseparse: Fix typo

This commit is contained in:
Jan Schmidt 2020-04-01 02:46:52 +11:00
parent 13bee5ae0c
commit 35136dc91a

View file

@ -3471,7 +3471,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)
{