commit | 9057bc2b35cfdb5b5fb7d93708f11de5dd9b6b2e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Fri Nov 20 07:16:56 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Dec 18 13:49:47 2015 -0200 |
tree | 554ff360f4e7bb863c2f4872a20ddd994abfdb67 | |
parent | 02a34b6ace4cce92d5cf4d76e54afe0c71e4f706 [diff] |
[media] solo6x10: use v4l2_get_timestamp to fill in buffer timestamp The timestamp of a v4l2_buffer was advertised as being CLOCK_MONOTONIC, but instead a timestamp from a header field was used. This is inconsistent and not what applications expect. Use v4l2_get_timestamp to properly set the timestamp. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>