Re: [PATCH 1/1] v4l: Add frame end event

2013-11-11 Thread Hans Verkuil
Hi Sakari, On 11/01/2013 02:10 PM, Sakari Ailus wrote: Add an event to signal frame end. This is not necessarily the same timestamp as the video buffer done timestamp, and can be also subscribed by other processes than the one controlling streaming and buffer (de)queueing. Also make all

Re: [PATCH 1/1] v4l: Add frame end event

2013-11-11 Thread Sakari Ailus
Hi Hans, Thanks for your comments. Hans Verkuil wrote: ... I have no objections to this patch. You do need to adapt drivers/media/platform/omap3isp/ispccdc.c a bit since it is using the FRAME_SYNC event and so it should check the id field. Good point. But will you also be upstreaming a

[PATCH 1/1] v4l: Add frame end event

2013-11-01 Thread Sakari Ailus
Add an event to signal frame end. This is not necessarily the same timestamp as the video buffer done timestamp, and can be also subscribed by other processes than the one controlling streaming and buffer (de)queueing. Also make all event type constants appear as constants in documentation and