summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-camera/TODO
diff options
context:
space:
mode:
authorKevin Wern <kevin.m.wern@gmail.com>2017-04-11 18:17:02 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-18 13:54:24 +0200
commitbaa7a586b5b4195268d53c5a69bbcd7db4ce19f2 (patch)
tree2c879bd7c08e2a4ef17208bfcd786825adaa2358 /drivers/staging/vc04_services/bcm2835-camera/TODO
parent7c1c43615d784833f84d27e26d2fd046dea5f435 (diff)
downloadop-kernel-dev-baa7a586b5b4195268d53c5a69bbcd7db4ce19f2.zip
op-kernel-dev-baa7a586b5b4195268d53c5a69bbcd7db4ce19f2.tar.gz
staging: media/platform/bcm2835: remove gstreamer workaround
Gstreamer's v4l2src reacted poorly to certain outputs from the bcm2835 video driver's ioctl ops function vidioc_enum_framesizes, so a workaround was created that could be activated by user input. This workaround would replace the driver's ioctl ops struct with another, similar struct--only with no function pointed to by vidioc_enum_framesizes. With no response, gstreamer would attempt to continue with some default settings that happened to work better. However, this bug has been fixed in gstreamer since 2014, so we shouldn't include this workaround in the stable version of the driver. Signed-off-by: Kevin Wern <kevin.m.wern@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/bcm2835-camera/TODO')
-rw-r--r--drivers/staging/vc04_services/bcm2835-camera/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-camera/TODO b/drivers/staging/vc04_services/bcm2835-camera/TODO
index 61a5099..0ab9e88 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/TODO
+++ b/drivers/staging/vc04_services/bcm2835-camera/TODO
@@ -32,8 +32,3 @@ We should have VCHI create a platform device once it's initialized,
and have this driver bind to it, so that we automatically load the
v4l2 module after VCHI loads.
-5) Drop the gstreamer workaround.
-
-This was a temporary workaround for a bug that was fixed mid-2014, and
-we should remove it before stabilizing the driver.
-
OpenPOWER on IntegriCloud