mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 07:55:41 +00:00
baseparse: Fix typo
This commit is contained in:
parent
7b0e6f3e62
commit
0f91868ef0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue