decodebin: Buffer up to 5 seconds in multiqueue buffering mode
authorSebastian Dröge <sebastian@centricular.com>
Fri, 7 Mar 2014 16:09:24 +0000 (17:09 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 7 Mar 2014 16:09:24 +0000 (17:09 +0100)
commit5e364c1d7b3a9c3eecf0808736d3e9c73de3fcda
tree8a32b0487fbf9e9a762b224e1d742b8a504cae64
parent539eaf73e51a7881c8bba6b704bbf35052ea7bad
decodebin: Buffer up to 5 seconds in multiqueue buffering mode

2 seconds might be too small for some container formats, e.g.
MPEGTS with some video codec and AAC/ADTS audio with 700ms
long buffers. The video branch of multiqueue can run full while
the audio branch is completely empty, especially because there
are usually more queues downstream on the audio branch.
gst/playback/gstdecodebin2.c
gst/playback/gsturidecodebin.c