v4l2src: fix v4l2_std_id logging
authorPeter Seiderer <ps.report@gmx.net>
Wed, 9 May 2012 10:54:11 +0000 (12:54 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 9 May 2012 14:12:28 +0000 (15:12 +0100)
commit65a28698db98d3d0596164eb1452b910d20289be
tree905402cfa395fe860d9af713d81fa9138dcaf5ed
parent338286cedf1ad020cf5bfcdb771d3afb2698635f
v4l2src: fix v4l2_std_id logging

input.std is of type v4l2_std_id which is defined as 64-bit unsigned integer.
Casting to uint means the higher bits, wich are used for the private video
standards of the TI video capture/display driver for example, are lost.
sys/v4l2/v4l2_calls.c