videodec: Don't use non-growable pool
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 27 Mar 2014 22:53:53 +0000 (18:53 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 8 May 2014 19:33:39 +0000 (15:33 -0400)
commit62a4d065ed7bd117d869fd8bcb61274c2870ddf5
tree2a337d926cc30cd7eaae13a4b46eea68ba89e368
parent2262b9aa35190aabcb934f71288f391ffda40a38
videodec: Don't use non-growable pool

As we don't know how many output buffers we need to operate, we need to
avoid pool that can't grow. Otherwise the pipeline may stall, waiting
for buffers. For now, we require it to be able to grow to at least
32 buffers, which I think is a fair amount of buffers for decoders.

https://bugzilla.gnome.org/show_bug.cgi?id=726299
ext/libav/gstavviddec.c