Skip to content

pad: Check if events need to be resent after IDLE probes

Sebastian Dröge requested to merge slomo/gstreamer:idle-probe-relinking into master

Otherwise it might happen that when relinking happens in an IDLE probe after forwarding the CAPS event, that the CAPS event is only forwarded to the previous peer but not to the new peer. Afterwards the new peer will handle buffers that are according to different caps than the ones configured.


I'll clean this up into multiple commits later and also write a test for it and similar situations

Edited by Tim-Philipp Müller

Merge request reports