mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
videorate: Don't ignore flow returns when filling the previous segment during NEWSEGMENT handling
This commit is contained in:
parent
ad03838f55
commit
20d5c6d05c
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ gst_video_rate_event (GstPad * pad, GstEvent * event)
|
||||||
videorate->next_ts - videorate->segment.accum
|
videorate->next_ts - videorate->segment.accum
|
||||||
< videorate->segment.stop)
|
< videorate->segment.stop)
|
||||||
|| count < 1)) {
|
|| count < 1)) {
|
||||||
gst_video_rate_flush_prev (videorate, count > 0);
|
res = gst_video_rate_flush_prev (videorate, count > 0);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
if (count > 1) {
|
if (count > 1) {
|
||||||
|
|
Loading…
Reference in a new issue