diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2016-07-28 08:54:28 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-28 14:43:37 -0300 |
commit | da687e4ffa12b04b69dfa90c7560b30cfb1cdad7 (patch) | |
tree | 166e3c04ec8d35dc90d0407196a6f99db28e5505 /recipes-multimedia | |
parent | 79f02501a90c1f690660db400c20fb1ba561f378 (diff) | |
download | meta-fsl-arm-da687e4ffa12b04b69dfa90c7560b30cfb1cdad7.tar.gz |
gstreamer1.0-plugins-imx: Update to version 0.12.2
Changes:
* imxv4l2videosrc:
* Stricter checks for video device capabilities
* Add support for more video formats like 8/16-bit grayscale
* pxp: Fix incorrect return code which broke blitter with GStreamer 1.8
* blitter:
* Improvements in error logging
* Fixes for RGBx framebuffer format detection
* Fix for subtle tearing problem by implementing triple buffering
* audio:
* Replace objdump-based scan during build configuration
Codec filenames are instead moved to the C code; the libdir
path of the libfslaudiocodec.pc file is used to know where on
the target the files are placed
* Explicitely add the libfslaudiocodec.pc libdir to the MP3 encoder
Fixes build errors in buildroot
* Minor logging fixes
* misc:
* Proper check for region copies in phys_mem_meta
* Add missing G_END_DECLS lines in headers
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb (renamed from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb index 6f81341..215e5d0 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | |||
@@ -14,7 +14,7 @@ RDEPENDS_gstreamer1.0-plugins-imx-imxaudio = "gstreamer1.0-plugins-good-audiopar | |||
14 | RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" | 14 | RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad" |
15 | 15 | ||
16 | SRCBRANCH ?= "master" | 16 | SRCBRANCH ?= "master" |
17 | SRCREV = "11a7b366f211e54e0ec67c692287603a02640ff6" | 17 | SRCREV = "50ddcd9f2b6ecc3d94d0d2f71b6de841d8a8fb7b" |
18 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" | 18 | SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |