jitterbuffer: avoid throwing reordered buffers with same timestamps
authorHåvard Graff <havard.graff@tandberg.com>
Tue, 8 Sep 2009 11:39:31 +0000 (13:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 8 Sep 2009 11:39:31 +0000 (13:39 +0200)
commit40549278c31c601164ab29c28afbb463db907942
tree9ff7876477e22a48a2154f2d49ff538acd34a705
parent610802483885757d4339805dfdf53966920ceae9
jitterbuffer: avoid throwing reordered buffers with same timestamps

When we receive a reordered packet with the same timestamp as the previous one
(which can happen for fragmented packets) don't consider the packet as lost but
instead wait for the reordered packet to arrive.

Switch the warning-level, so that a reordering does not get a warning, only
an actual produced lost-packet.

Fixes #594251
gst/rtpmanager/gstrtpjitterbuffer.c