Re: [PATCH] vivid: Set vid_cap_streaming and vid_out_streaming to true

2019-09-09 Thread Hans Verkuil
Hi Vandana, The patch is right, but the commit log can be improved: On 9/9/19 11:11 AM, Vandana BN wrote: > when vbi/meta stream is started, followed by video streaming, Since this patch will be applied before the patch that adds metadata, you can't refer to meta yet. Just stick to vbi. Also: '

[PATCH] vivid: Set vid_cap_streaming and vid_out_streaming to true

2019-09-09 Thread Vandana BN
when vbi/meta stream is started, followed by video streaming, the vid_cap_streaming and vid_out_streaming were not being set to true, which would cause the video stream to stop when vbi/meta stream is stopped. This patch allows to set vid_cap_streaming and vid_out_streaming to true. Signed-off-by: