Re: [PATCH] media: platform: video-mux: propagate format from sink to source

2018-04-04 Thread Chris Lesiak
Hi Philipp, On 04/04/2018 04:34 AM, Philipp Zabel wrote: Hi Chris, On Tue, 2018-04-03 at 14:50 -0500, Chris Lesiak wrote: Propagate the v4l2_mbus_framefmt to the source pad when either a sink pad is activated or when the format of the active sink pad changes. Thank you, this fixes the

[PATCH] media: platform: video-mux: propagate format from sink to source

2018-04-03 Thread Chris Lesiak
Propagate the v4l2_mbus_framefmt to the source pad when either a sink pad is activated or when the format of the active sink pad changes. Signed-off-by: Chris Lesiak --- drivers/media/platform/video-mux.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a