diff options
author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2014-06-08 12:05:03 +0100 |
---|---|---|
committer | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2014-06-11 12:50:26 +0100 |
commit | 0409d0e5217c07a8006acc99b5a3874d65ecaec1 (patch) | |
tree | f5fe29f4f52f23fe92ba7739ca9e0cee603d33ba | |
parent | f3a8693f08f99893453fd1fe282515b2f222c080 (diff) | |
download | meta-raspberrypi-0409d0e5217c07a8006acc99b5a3874d65ecaec1.tar.gz |
linux-raspberrypi: Update kernel to 3.12.21
Amongst other patches, this release includes a fix to an issue with
gstreamer1.0 and v4l2src blocking
ref: https://bugzilla.gnome.org/show_bug.cgi?id=726521
ref: http://tinyurl.com/mkqooeg
To make use of the optional fix the module parameter gst_v4l2src_is_broken
needs to be set when loading bcm2835-v4l2.ko
With this in place, and with userland and gstreamer1.0-omx patches,
gstreamer1.0 can be used with PiCam via v4l2src instead of raspivid.
(There may still be performance issues to be addressed for v4l2src vs
raspivid pipe & fdsrc).
Change-Id: Ia0ed4e6c8f27df9bb12ae2350526f6314e016d51
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.12.21.bb (renamed from recipes-kernel/linux/linux-raspberrypi_3.12.18.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.21.bb index 736be5f..a40b54f 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.18.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.21.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV = "b09a27249d61475e4423607f7632a5aa6e7b3a53" | 1 | SRCREV = "cb53ea88f75180cc1ba74f7f197c8e3fd4f47cfe" |
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ | 2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ |
3 | file://sl030raspberrypii2ckernel.patch \ | 3 | file://sl030raspberrypii2ckernel.patch \ |
4 | " | 4 | " |