basesink: Preroll on out of segment buffers when not dropping them
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5980>
This commit is contained in:
parent
aadefa8aca
commit
a4156ebeee
@ -2185,7 +2185,11 @@ again:
|
|||||||
}
|
}
|
||||||
goto do_times;
|
goto do_times;
|
||||||
}
|
}
|
||||||
goto out_of_segment;
|
if (basesink->priv->drop_out_of_segment)
|
||||||
|
goto out_of_segment;
|
||||||
|
|
||||||
|
cstart = start;
|
||||||
|
cstop = stop;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (G_UNLIKELY (start != cstart || stop != cstop)) {
|
if (G_UNLIKELY (start != cstart || stop != cstop)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user