v4l2object: Use non-deprecated V4L2 type for RGB15
authorKieran Bingham <kieran@bingham.xyz>
Mon, 6 Jun 2016 17:52:01 +0000 (18:52 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 6 Jun 2016 21:19:41 +0000 (17:19 -0400)
commitb4e6a7156649d90b5fd26c4c642d3e4708586b81
treef2dc39e21d043d18e4d8ea5c05df1a1ebfd04736
parentc5da4dc66a2450328689b944a5c89902e3cdd057
v4l2object: Use non-deprecated V4L2 type for RGB15

Support for the updated V4L2_PIX_FMT_XRGB555 was added in commit
2538fee2fd8fdb74b05f0a511281bc4707e7cc44 however, when setting the format
for use in v4l2 ioctls, the old deprecated format is still used. Convert
this to the new accepted format type, as the preferred format.

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