mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +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 mode:
|
||||||
* pull and scan for next frame starting from current offset
|
* 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
|
static GstFlowReturn
|
||||||
gst_base_parse_scan_frame (GstBaseParse * parse, GstBaseParseClass * klass)
|
gst_base_parse_scan_frame (GstBaseParse * parse, GstBaseParseClass * klass)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue