Skip to content

qtdemux: Force stream-start push when re-using EOS'd streams

Edward Hervey requested to merge bilboed/gst-plugins-good:qtdemux-eos into master

When re-using streams, we do need to push a stream-start event downstream if we previously were EOS'd. Failure to do that would never remove the EOS status on all downstream elements and cause weird issues.

Merge request reports