Re: [PATCH 03/13] v4l2-mc: switch it to use the new approach to setup pipelines

2018-09-27 Thread Mauro Carvalho Chehab
Em Wed, 26 Sep 2018 17:44:53 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > Thank you for the patch. > > On Wednesday, 1 August 2018 18:55:05 EEST Mauro Carvalho Chehab wrote: > > Instead of relying on a static map for pids, use the new sig_type > > "taint" type to setup the pipelines with th

Re: [PATCH 03/13] v4l2-mc: switch it to use the new approach to setup pipelines

2018-09-26 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Wednesday, 1 August 2018 18:55:05 EEST Mauro Carvalho Chehab wrote: > Instead of relying on a static map for pids, use the new sig_type > "taint" type to setup the pipelines with the same tipe between s/tipe/type/ > different entities. > > Signed-off-by: M

[PATCH 03/13] v4l2-mc: switch it to use the new approach to setup pipelines

2018-08-01 Thread Mauro Carvalho Chehab
Instead of relying on a static map for pids, use the new sig_type "taint" type to setup the pipelines with the same tipe between different entities. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/media-entity.c | 26 +++ drivers/media/v4l2-core/v4l2-mc.c | 73 +++