summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2020-04-01 02:46:52 +1100
committerTim-Philipp Müller <tim@centricular.com>2020-06-07 00:47:41 +0100
commit0f91868ef0e2ee07ee12aa77efa841b4ac46ac00 (patch)
treebfa9f5044e0b5a01a61d914d7285919e5e82d8d9
parent7b0e6f3e62f052d46fc9b46d3adf2483335518be (diff)
downloadgstreamer-0f91868ef0e2ee07ee12aa77efa841b4ac46ac00.tar.gz
baseparse: Fix typo
-rw-r--r--libs/gst/base/gstbaseparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstbaseparse.c b/libs/gst/base/gstbaseparse.c
index 9c42fea803..a233959c31 100644
--- a/libs/gst/base/gstbaseparse.c
+++ b/libs/gst/base/gstbaseparse.c
@@ -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)
{