Skip to content

camerabin: Remove drain query

This was to support very old V4L2 kernel. As we moved to DMABuf and can now detach buffers on renegotiation, the buffer it tries to fix no longer exist. The risk to blocking indefinitly the application does still exist though.

Fixes #1070 (closed)

Edited by Nicolas Dufresne

Merge request reports