v4l2allocator: Don't dup imported DMABuf FD
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 19 Oct 2018 21:14:15 +0000 (17:14 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 24 Oct 2018 10:55:32 +0000 (11:55 +0100)
commitb25a01fab9c447ba45626b4ff091982238082e20
tree193186aca773ddd68057ef9904eac539a6fb3252
parentabfc7da3453155eccbca79d41603e51ce9199888
v4l2allocator: Don't dup imported DMABuf FD

There is no specific needs to duplicate the FD. Unlike the exportation,
we don't depend on code that will call close. This will make debugging
easyer since the traced FD will match the exporter.
sys/v4l2/gstv4l2allocator.c