v4l2object: Don't open the device in get property
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 17 May 2018 00:16:44 +0000 (20:16 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 28 May 2018 16:58:45 +0000 (12:58 -0400)
commitf72c7131aefc812b893b1519ad7fe4b61e489950
tree259587bfe41e9f456bbf14681630ad349a76a7cd
parent48dd93662d6c16fc5967ef4386a63db41683142d
v4l2object: Don't open the device in get property

This is both racy and inefficient. This function is still missing some
locking which will be address in later patch.

https://bugzilla.gnome.org/show_bug.cgi?id=796185
sys/v4l2/gstv4l2object.c