commit | 54d0dbac1266d2b9a6b5a87316162a068ad545bf | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri Feb 05 07:02:43 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Feb 10 07:23:40 2016 -0200 |
tree | 4dfe3f8a480f4cdccb2e2c441264be44dea9517f | |
parent | 85e91f80cfc6c626f9afe1a4ca66447b8fd74315 [diff] |
[media] v4l2-mc: add a generic function to create the media graph The em28xx_v4l2_create_media_graph() is almost generic enough to be at the core, as an ancillary function. Make it even more generic, by getting rid of em28xx-specific code, relying only at the media_device, in order to discover all entities found on PC-customer's hardware and add it at the V4L2 core. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>