Skip to content

bin: When removing a sink, check if the EOS status changed.

Jan Schmidt requested to merge thaytan/gstreamer:clear-eos-on-remove into master

Removing a sink that hasn't posted EOS might change the bin itself to EOS if it's the last remaining non-EOSed sink.

This avoids failure to post EOS in some cases.

Merge request reports