GNOME Bugzilla – Bug 769757
rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a full queue.
Last modified: 2016-09-30 07:04:00 UTC
Created attachment 333130 [details] [review] rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a full queue. I believe there is a bug calculating the next_seqnum field when drop-on-latency is set to TRUE. I believe that it doesn't take into account cases when more than one packet was considered definitely lost (ITEM_TYPE_LOST with a count > 1). As I don't use this feature, I haven't verified this, but it does seem inconsistent.
Merged: commit 567afdd4d3f2fa07fecf4c02a7eca70f7a7ef7f7 Author: Thomas Bluemel <tbluemel@control4.com> Date: Thu Aug 11 11:04:22 2016 -0600 rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a full queue. Fixes calculating the next sequence number when a ITEM_TYPE_LOST with more than one definitely lost packets is encountered. https://bugzilla.gnome.org/show_bug.cgi?id=769757