Skip to content

v4l2bufferpool: do not copy when low water level

HuQian requested to merge HuQian/gstreamer:dev-do-not-copy into main

copy will lead dma buf import fail from downstream module

for example v4l2videodec capture-io-mode=dmabuf ! v4l2convert output-io-mode=dmabuf-import if copy happen, v4l2convert will get a userspace buffer, and import fail

in such case, I am not sure copy is ok ?

Edited by HuQian

Merge request reports