v4l2deviceprovider: Don't do slow probes
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 22 Dec 2017 15:21:28 +0000 (10:21 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 22 Dec 2017 15:30:49 +0000 (10:30 -0500)
commit4632f33334e7fe32460ef9dcf0bc4f6a3d11762e
treefb287494edff8e12c7cfa25f62d443a4631401bd
parent80815c292a0cd5bb5beb2f8cb23dcf5997c5e851
v4l2deviceprovider: Don't do slow probes

This is problematic in the current design at it seriously slow down
startup of applications. As of now, no known application uses the
colorimetry and the interlace-modes for anything (the two fields that
won't be probed). So let's disable it, in the long term we'll try and
find a way to interact with the provider so applicaiton could opt-in
these slow probing methods for more advance configuration.
sys/v4l2/gstv4l2deviceprovider.c