[Bug 739868] rtpmanager: rtpjitterbuffer fixes and improvements
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 20 11:25:22 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=739868
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #290314|none |accepted-commit_now
status| |
--- Comment #22 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 290314
--> https://bugzilla.gnome.org/attachment.cgi?id=290314
0003-gstrtpjitterbuffer-fix-expected_dts-calc-in-calculat.patch
I think this is also correct. Right above we consider lost_packet packets, each
of them having duration, as lost and triggered their timers immediately...
below we use expected_dts to schedule retransmission or schedule lost timers
for the packets that come after expected_dts.
As we just triggered lost_packets packets as lost, there's no point in
scheduling new timers for them and we can just skip over all lost packets.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list