rtpjitterbuffer: send lost event before signaling next buffer
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 20 Sep 2013 14:58:38 +0000 (16:58 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 23 Sep 2013 12:45:25 +0000 (14:45 +0200)
commit0b1a7edfea6de1f1f3de47e4b355a3f290387e5a
tree2af36d8d4c81f18ab07c2a000cfc22179fd36983
parent5051f51f0ad2fdd4e7168f6c2f3290a7c6123f12
rtpjitterbuffer: send lost event before signaling next buffer

First send the lost event, then update the next_seqnum counter and then
send the signal to the pushing thread that it can retry to push a buffer. This
avoids pushing out buffers before the lost event is pushed.
gst/rtpmanager/gstrtpjitterbuffer.c