[Bug 754356] event: Make sure that timestamp + diff in QoS events is never smaller than 0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 31 06:13:44 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754356
--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 310353
--> https://bugzilla.gnome.org/attachment.cgi?id=310353&action=edit
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.
--
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