v4l2: add a property for arbitrary v4l2 controls
authorMichael Olbrich <m.olbrich@pengutronix.de>
Mon, 20 May 2013 14:45:37 +0000 (16:45 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 29 May 2013 18:18:11 +0000 (20:18 +0200)
commit0fb59275b0e6d264fa971b077cdee11362f819e1
tree3747ab5744d21e160eb7a0a6c3c5243aa1ad053d
parent52282b5faa11ea0a6000e0f7073063e8fcb23112
v4l2: add a property for arbitrary v4l2 controls

This makes it possible to set any controls that can be set with
VIDIOC_S_CTRL.
The controls are set when the property is set (if the device is open)
and when the device is opened.

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