Skip to content

multiqueue: Increase initial interleave growth rate

Edward Hervey requested to merge bilboed/gstreamer:mq-interleave into main

In the case where not all streams have received any data, growing the interleave by only 100ms is too restrictive and would cause some (valid) mpeg-ts streams to hang.

Bump up the interleave growth rate for those use-cases to 500ms per input (still up to the limit of 5s).

Merge request reports