Skip to content

Delete pool in allocator

We delete the image pool and surface pool in the GstVaapiVideoAllocator. The gstbufferpool has already cached the buffer for us. So the there is no need for them. More important, when use the pool, the surface and image is fixed at the first time, we can not allocate surface/image with VideoAlign size.

Merge request reports