Re: [PATCH v3 8/9] media: vimc: Join pipeline if one already exists

2020-09-02 Thread Kieran Bingham
Hi Kaaira, On 19/08/2020 19:04, Kaaira Gupta wrote: > Start another capture, if one is already running, by checking for > existing pipe. If it exists already, don't fail to start second capture, > instead join it to the already running pipeline. > Use the same stream struct used by already

[PATCH v3 8/9] media: vimc: Join pipeline if one already exists

2020-08-19 Thread Kaaira Gupta
Start another capture, if one is already running, by checking for existing pipe. If it exists already, don't fail to start second capture, instead join it to the already running pipeline. Use the same stream struct used by already running capture. Signed-off-by: Kaaira Gupta ---