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:
Wim Taymans 2013-08-20 10:25:17 +02:00
parent 5debda9ca1
commit c7f9ef8012

View file

@ -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 */