[Bug 773905] rtpjitterbuffer: fix bug in reschedule_timer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 4 14:41:24 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit bea35f97c8eeca4f78a99d61d4bd04a2be2124cf
Author: Havard Graff <havard.graff at gmail.com>
Date:   Thu Nov 3 16:33:53 2016 +0100

    rtpjitterbuffer: fix bug in reschedule_timer

    The new timeout is always going to be (timeout + delay), however, the
    old behavior compared the current timeout to just (timeout), basically
    being (delay) off.

    This would happen if rtx-delay == rtx-retry-timeout, with the result that
    a second rtx attempt for any buffers would be scheduled immediately instead
    of after rtx-delay ms.

    Simply calculate (new_timeout = timeout + delay) and then use that instead.

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

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