]> git.sesse.net Git - vlc/commit
RTP: apply de-jitter from last dequeuing rather than last queuing
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Sep 2009 16:09:35 +0000 (19:09 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 7 Sep 2009 16:13:49 +0000 (19:13 +0300)
commit4f49f2aac62b4459cf75f3c593e4ee2e52b2f921
treec06335181d6d6b4f9aa2aa7c914c8a01e6028ff7
parent2dbcfcebc6f4c8fc2474878d9c24e314c0639c3d
RTP: apply de-jitter from last dequeuing rather than last queuing

Previously, if the absolute delay dropped by a longer interval than the
packetization time, we could end up repeatedly waiting into the future,
and never dequeue anything.
modules/access/rtp/session.c