From 35136dc91ae226bf6b0c602a4ceedc1541a6aeff Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 1 Apr 2020 02:46:52 +1100 Subject: [PATCH] baseparse: Fix typo --- libs/gst/base/gstbaseparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c index b9f7f618ee..86d865dea5 100644 --- a/libs/gst/base/gstbaseparse.c +++ b/libs/gst/base/gstbaseparse.c @@ -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) {