mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
rtpjitterbuffer: Fix a typo in comment
This commit is contained in:
parent
9ebcadb349
commit
1897c1fbe6
1 changed files with 1 additions and 1 deletions
|
@ -2168,7 +2168,7 @@ update_timers (GstRtpJitterBuffer * jitterbuffer, guint16 seqnum,
|
|||
if (gap <= priv->rtx_delay_reorder)
|
||||
break;
|
||||
|
||||
/* max gap, we exceevded the max reorder distance and we don't expect the
|
||||
/* max gap, we exceeded the max reorder distance and we don't expect the
|
||||
* missing packet to be this reordered */
|
||||
if (test->num_rtx_retry == 0 && test->type == RTP_TIMER_EXPECTED)
|
||||
rtp_timer_queue_update_timer (priv->timers, test, test->seqnum,
|
||||
|
|
Loading…
Reference in a new issue