Skip to content

gstpad: Fix non-serialized sticky event push, e.g. instant change rate events

Edward Hervey requested to merge bilboed/gstreamer:sticky-non-serialized into main

With non-serialized sticky events, such as GST_EVENT_INSTANT_RATE, we both want to store the event (for later re-linking) AND push the event in a non-blocking way.

We therefore must not propagate pending sticky events if the event is "sticky or serialized" but only if it's "serialized"

Merge request reports