projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13bee5a
)
baseparse: Fix typo
author
Jan Schmidt
<jan@centricular.com>
Tue, 31 Mar 2020 15:46:52 +0000
(
02:46
+1100)
committer
Jan Schmidt
<jan@centricular.com>
Wed, 1 Apr 2020 07:36:19 +0000
(18:36 +1100)
libs/gst/base/gstbaseparse.c
patch
|
blob
|
history
diff --git
a/libs/gst/base/gstbaseparse.c
b/libs/gst/base/gstbaseparse.c
index b9f7f618ee95782d7ef7aa7af4a7c3377a5ff86c..86d865dea5839bce09bf19a5135fbdf6fb20b3fa 100644
(file)
--- 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 */
+ * a
d
justs sync, drain and offset going along */
static GstFlowReturn
gst_base_parse_scan_frame (GstBaseParse * parse, GstBaseParseClass * klass)
{