[Bug 754356] event: Make sure that timestamp + diff in QoS events is never smaller than 0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 25 15:25:20 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.1

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit a3513d6e977853a6f4d8a6062152f2b664ab8f34
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Mon Aug 31 15:35:11 2015 +0300

    event: Make sure that timestamp + diff in QoS events is never smaller than
0

    When a running-time-offset is stored in the event, it could become smaller
    than 0 although the event is otherwise correct. This can happen when pad
    offsets are used.

    To prevent this, we set the timestamp to -diff, so that in the end the sum
of
    both is exactly 0.

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

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