Skip to content

v4l2bufferpool: do not queue released buffers on an orphaned pool

When a buffer pool is orphaned, we expect its buffers to be released some time later, when their reference count drops to zero. There is nothing to be done in the release function. Specifically, the buffers must not be queued back into the already released V4L2 queue.

Merge request reports