GNOME Bugzilla – Bug 762208
rtpmanager: Don't warn for duplicate/reordered packets
Last modified: 2016-08-10 17:49:02 UTC
Created attachment 321529 [details] [review] patch This is a normal scenario and should not be a warning.
commit 5a2cc413984a5c5c0fbe382947f8371a52415018 Author: Stian Selnes <stian@pexip.com> Date: Wed Nov 4 10:19:03 2015 +0100 rtpmanager: Don't warn for duplicate/reordered packets This is a normal scenario and should not be a warning. https://bugzilla.gnome.org/show_bug.cgi?id=762208
Created attachment 333073 [details] [review] rtpjitterbuffer: Don't warn for duplicate packets There is another spot that should probably be down-graded to debug: This can happen frequently when re-transmits of lost packets are enabled.
Comment on attachment 321529 [details] [review] patch That one was already merged ages ago. commit 5a2cc413984a5c5c0fbe382947f8371a52415018 Author: Stian Selnes <stian@pexip.com> Date: Wed Nov 4 10:19:03 2015 +0100 rtpmanager: Don't warn for duplicate/reordered packets This is a normal scenario and should not be a warning. https://bugzilla.gnome.org/show_bug.cgi?id=762208
Attachment 333073 [details] pushed as e7d4ad7 - rtpjitterbuffer: Don't warn for duplicate packets
(In reply to Sebastian Dröge (slomo) from comment #3) > Comment on attachment 321529 [details] [review] [review] > patch > > That one was already merged ages ago. Yes, but the patch I submitted touches another spot.