[Bug 768526] funnel: Always push all sticky events whenever we forward a serialized event

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 8 14:56:37 UTC 2016


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

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Indeed, I misread the sticky event handling.

The current way is not right because we forward non-sticky serialized events
immediately without updating the "context" (the set of sticky events related to
the stream). For GAP events this is an obvious problem (but GAP is in no way
special), for custom serialized events (or any non-sticky serialized events
that we might want to add later) this could very well be a problem and it just
seems wrong.

Alternatively we could just drop non-sticky serialized events if they're not
for the current pad, but then they're gone obviously ;)

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