v4l2: Cleanup M2M properties
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 15 May 2014 22:08:53 +0000 (18:08 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Thu, 15 May 2014 23:06:52 +0000 (19:06 -0400)
commit077fcbcf1565388d866914e647be368903217f29
tree59a8c00a9f00363dc40bb2600f2557ad002bca65
parent0d852cf2353632b3d8d8d855fd84fe8eef7c1a62
v4l2: Cleanup M2M properties

M2M devices were sharing the same properties as src and sink. Most of
these made no sense. This patch reduces the number of propeties and
makes io-mode clearer by having capture-io-mode and output-io-mode. This
also accidently fixed a bug in gstv4l2transform io-mode code, where the
capture io-mode could not be set.

https://bugzilla.gnome.org/show_bug.cgi?id=729591
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2videodec.c