Re: [yavta PATCH 1/1] yavta: Add --queue-late option for delay queueing buffers over streaming start

2014-10-26 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. I've pushed it to the yavta git tree. On Friday 24 October 2014 17:23:58 Sakari Ailus wrote: > Queue buffers to the device after VIDIOC_STREAMON, not before. This does not > affect queueing behaviour otherwise. > > Signed-off-by: Sakari Ailus > --- > yavta.c

[yavta PATCH 1/1] yavta: Add --queue-late option for delay queueing buffers over streaming start

2014-10-24 Thread Sakari Ailus
Queue buffers to the device after VIDIOC_STREAMON, not before. This does not affect queueing behaviour otherwise. Signed-off-by: Sakari Ailus --- yavta.c | 29 + 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/yavta.c b/yavta.c index 20bbe29..7f9e814 10