GNOME Bugzilla – Bug 678453
Impossible to use buffer pool for variable sized buffer formats
Last modified: 2012-06-20 08:42:58 UTC
Currently it's impossible to use buffer pools for formats that have variable sized buffers, e.g. raw audio or compressed formats. We should somehow support these use cases.
It is possible, you allocate the max size and then resize to the desired size after filling the buffer with data.