mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
jitterbuffer: update all timers
Keep looping over all registered timers so that we can mark them lost instead of stopping as soon as we find the timer for the current seqnum.
This commit is contained in:
parent
5debda9ca1
commit
c7f9ef8012
1 changed files with 0 additions and 1 deletions
|
@ -1601,7 +1601,6 @@ update_timers (GstRtpJitterBuffer * jitterbuffer, guint16 seqnum,
|
|||
if (gap == 0) {
|
||||
/* the timer for the current seqnum */
|
||||
timer = test;
|
||||
break;
|
||||
} else if (gap > priv->rtx_delay_reorder) {
|
||||
/* max gap, we exceeded the max reorder distance and we don't expect the
|
||||
* missing packet to be this reordered */
|
||||
|
|
Loading…
Reference in a new issue