Re: [RFCv1 PATCH 7/9] vb2: add reinit_streaming op.

2014-02-04 Thread Hans Verkuil
On 01/30/2014 03:51 PM, Hans Verkuil wrote: > From: Hans Verkuil > > This new op is called after stop_streaming() or after a failed call to > start_streaming(). The driver needs to dequeue any pending active buffers > it got from the buf_queue() callback. > > The reason this op was added is that

[RFCv1 PATCH 7/9] vb2: add reinit_streaming op.

2014-01-30 Thread Hans Verkuil
From: Hans Verkuil This new op is called after stop_streaming() or after a failed call to start_streaming(). The driver needs to dequeue any pending active buffers it got from the buf_queue() callback. The reason this op was added is that stop_streaming() traditionally dequeued any pending activ