gstreamer/gst/rtpmanager
Håvard Graff 40549278c3 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
2009-09-08 13:39:31 +02:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpbin-marshal.list ssrcdemux: emit signal when pads are removed 2009-08-11 02:30:44 +01:00
gstrtpbin.c rtpbin: make free_session() remove stream references 2009-09-08 13:18:29 +02:00
gstrtpbin.h rtpbin: add SDES property 2009-08-11 02:30:46 +01:00
gstrtpjitterbuffer.c jitterbuffer: avoid throwing reordered buffers with same timestamps 2009-09-08 13:39:31 +02:00
gstrtpjitterbuffer.h rtpbin: add on_npt_stop signal 2009-08-11 02:30:41 +01:00
gstrtpmanager.c rtpbin: removed old gstrtpclient 2009-08-11 02:30:45 +01:00
gstrtpptdemux.c gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate ourselves but simply get the value from the ji... 2009-08-11 02:30:38 +01:00
gstrtpptdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpsession.c rtpmanager: Fixed a copy & paste error 2009-09-01 15:06:46 +02:00
gstrtpsession.h gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender becomes a receiver. 2009-08-11 02:30:37 +01:00
gstrtpssrcdemux.c rtp: Use new gst_iterator_new_single() for the internal linked pads iteration 2009-08-31 08:09:09 +02:00
gstrtpssrcdemux.h ssrcdemux: emit signal when pads are removed 2009-08-11 02:30:44 +01:00
Makefile.am rtpbin: removed old gstrtpclient 2009-08-11 02:30:45 +01:00
rtpjitterbuffer.c jitterbuffer: make sure time does not go backwards 2009-09-01 12:48:28 +02:00
rtpjitterbuffer.h jitterbuffer: make sure time does not go backwards 2009-09-01 12:48:28 +02:00
rtpsession.c rtpsession: whitespace fixes 2009-09-03 19:16:59 +02:00
rtpsession.h rtpbin: add SDES property that takes GstStructure 2009-08-11 02:30:46 +01:00
rtpsource.c rtpsource: fix memleak 2009-09-03 19:37:10 +02:00
rtpsource.h rtpbin: add SDES property that takes GstStructure 2009-08-11 02:30:46 +01:00
rtpstats.c rtp: Use new gst_iterator_new_single() for the internal linked pads iteration 2009-08-31 08:09:09 +02:00
rtpstats.h gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when processing RTP packets. 2009-08-11 02:30:39 +01:00