[Bug 765049] pad: Offset handling inconsistencies
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 7 10:59:00 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765049
--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Correction: send_event_unchecked(), not push_event_unchecked(). We pass on the
copied event (new pointer every time), but store the unmodified one.
So the eventfunc and downstream will always see a new pointer in any case.
Independent of that, get_sticky_event() and sticky_foreach() should probably
also return the modified events for sinkpads.
All in all this seems like we need to store the original and modified event for
sinkpads.
--
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