Re: [PATH v6 05/10] v4l: Add timestamp source flags, mask and document them

2014-03-01 Thread Sakari Ailus
Hi Hans, Hans Verkuil wrote: > Hi Sakari, > > Don't worry, it's a very minor change: I won't; I'm always happy to get comments. ;-) Thank you again. > On 03/01/2014 02:17 PM, Sakari Ailus wrote: >> Some devices do not produce timestamps that correspond to the end of the >> frame. The user space

Re: [PATH v6 05/10] v4l: Add timestamp source flags, mask and document them

2014-03-01 Thread Hans Verkuil
Hi Sakari, Don't worry, it's a very minor change: On 03/01/2014 02:17 PM, Sakari Ailus wrote: > Some devices do not produce timestamps that correspond to the end of the > frame. The user space should be informed on the matter. This patch achieves > that by adding buffer flags (and a mask) for tim

[PATH v6 05/10] v4l: Add timestamp source flags, mask and document them

2014-03-01 Thread Sakari Ailus
Some devices do not produce timestamps that correspond to the end of the frame. The user space should be informed on the matter. This patch achieves that by adding buffer flags (and a mask) for timestamp sources since more possible timestamping points are expected than just two. A three-bit mask i