[Bug 765933] rtpjitterbuffer: Fix stall when receiving already lost packet

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 3 11:26:07 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765933

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327210|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 327210:
 --> (https://bugzilla.gnome.org/review?bug=765933&attachment=327210)

Makes sense to me

::: gst/rtpmanager/gstrtpjitterbuffer.c
@@ +1996,3 @@
+
+    if (test->num > 1 && test->type == TIMER_TYPE_LOST &&
+        seqnum >= test->seqnum && seqnum < (test->seqnum + test->num)) {

Shouldn't this take extended seqnums or somehow care for wraparounds?

-- 
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