]> git.sesse.net Git - vlc/commit
sout: Don't wait until all the es has atleast minimum amount of blocks in fifo
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 16 Feb 2014 09:53:30 +0000 (11:53 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 20 Feb 2014 06:52:00 +0000 (08:52 +0200)
commit57b356e2e2f646f7907a1518dbe605fc9899bc02
treed383d95b0fe8bc1e7a0f64e9d3c8c3df98e9212c
parent73e62faf8b99a0da8b37e3d2c14d9b3083d75917
sout: Don't wait until all the es has atleast minimum amount of blocks in fifo

So if one elemental stream stops inputing data to muxer, it can still mux
other tracks.

Ref #4520
src/stream_output/stream_output.c