Skip to content

urisourcebin: Propagate sticky events from parsebin

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

If sticky events are present on parsebin source pads, we propagate them to the multiqueue source pads. Those will be propagated on the new urisourcebin source pads like in the other code paths.

This ensures that STREAM_START event are present on new source pads. If CAPS event are also present (not guaranteed), they will also be available.

Fixes #2384 (closed)

Merge request reports