[Bug 773905] New: rtpjitterbuffer: fix bug in reschedule_timer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 3 16:41:09 UTC 2016


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

            Bug ID: 773905
           Summary: rtpjitterbuffer: fix bug in reschedule_timer
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: havard.graff at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
                CC: gstreamer at pexip.com
     GNOME version: ---

Created attachment 339054
  --> https://bugzilla.gnome.org/attachment.cgi?id=339054&action=edit
test and fix

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.

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