[Bug 765049] pad: Offset handling inconsistencies

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jun 11 19:30:50 UTC 2016


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

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The test is failing for sinkpads because for srcpads we always have the
original segment event stored on the pad, and then modify the original one with
the offset. For sinkpads we modify the event and store it, so pad offset
changes are accumulating and getting completely wrong over time.

We either have to store the original segment event somewhere (ugly), or revert
the previous offset change somehow which requires storing that somewhere as we
otherwise don't have it anymore (also ugly). Not sure yet what to do here.

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