Re: [PATCH 0/2 v3] Add proper timestamp types handling in videobuf2

2013-01-25 Thread Sakari Ailus
On Fri, Jan 25, 2013 at 11:29:55AM +0100, Kamil Debski wrote: > Hi, > > This is the third version of the patch posted earlier this month. > After the discussion a WARN_ON was added to inform if the driver is not > setting > timestamp type when initialising the videobuf2 queue. Small correction to

Re: [PATCH 0/2 v3] Add proper timestamp types handling in videobuf2

2013-01-25 Thread Laurent Pinchart
Hi Kamil, Thanks for the patches. On Friday 25 January 2013 11:29:55 Kamil Debski wrote: > Hi, > > This is the third version of the patch posted earlier this month. > After the discussion a WARN_ON was added to inform if the driver is not > setting timestamp type when initialising the videobuf2

[PATCH 0/2 v3] Add proper timestamp types handling in videobuf2

2013-01-25 Thread Kamil Debski
Hi, This is the third version of the patch posted earlier this month. After the discussion a WARN_ON was added to inform if the driver is not setting timestamp type when initialising the videobuf2 queue. Small correction to the documentation was also made and two patche were squashed to avoid prob