Re: [PATCH 3/5] media: videobuf2-core.h: add a helper to get status of start_streaming()

2014-09-08 Thread Hans Verkuil
On 09/06/2014 05:26 PM, Lad, Prabhakar wrote: > this patch adds a helper to get the status if start_streaming() > was called successfully. Nice! I've had the same idea for quite some time now, but for some reason I never got around to actually adding it. Hans > > Signed-off-by: Lad,

Re: [PATCH 3/5] media: videobuf2-core.h: add a helper to get status of start_streaming()

2014-09-08 Thread Hans Verkuil
On 09/06/2014 05:26 PM, Lad, Prabhakar wrote: this patch adds a helper to get the status if start_streaming() was called successfully. Nice! I've had the same idea for quite some time now, but for some reason I never got around to actually adding it. Hans Signed-off-by: Lad,

[PATCH 3/5] media: videobuf2-core.h: add a helper to get status of start_streaming()

2014-09-06 Thread Lad, Prabhakar
this patch adds a helper to get the status if start_streaming() was called successfully. Signed-off-by: Lad, Prabhakar Cc: Pawel Osciak Cc: Marek Szyprowski Cc: Kyungmin Park Cc: Hans Verkuil --- include/media/videobuf2-core.h | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH 3/5] media: videobuf2-core.h: add a helper to get status of start_streaming()

2014-09-06 Thread Lad, Prabhakar
this patch adds a helper to get the status if start_streaming() was called successfully. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Pawel Osciak pa...@osciak.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Hans Verkuil