mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 10:04:19 +00:00
queue2: add_range already updates the level
This commit is contained in:
parent
30872d3a5f
commit
30c425c29f
1 changed files with 0 additions and 2 deletions
|
@ -743,8 +743,6 @@ apply_segment (GstQueue2 * queue, GstEvent * event, GstSegment * segment,
|
|||
if (!QUEUE_IS_USING_QUEUE (queue)) {
|
||||
/* start is where we'll be getting from and as such writing next */
|
||||
queue->current = add_range (queue, start);
|
||||
/* update the stats for this range */
|
||||
update_cur_level (queue, queue->current);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue