Skip to content

v4l2videoenc: Set encoder output mode to DMABUF_IMPORT if received dmabuf

Qi Hou requested to merge hq/gst-plugins-good:dmabuf_import into master

If v4l2 encoder receives dmabuf, set output mode to DMABUF_IMPORT to avoid memory copy.

Merge request reports