Skip to content

cuda,d3d11,d3d12bufferpool: Disable preallocation

Do not chain up to parent's GstBufferPool::start() which will do preallocation. We don't want it to be preallocated since there are various cases where negotiated downstream buffer pool is not used at all (e.g., zero-copy decoding, IPC elements).

Edited by Seungha Yang

Merge request reports