]> code.ossystems Code Review - meta-freescale.git/commitdiff
gstreamer1.0-plugins-imx: Update to version 0.12.2
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Thu, 28 Jul 2016 06:54:28 +0000 (08:54 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Aug 2016 17:51:53 +0000 (14:51 -0300)
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>
recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb [moved from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb with 98% similarity]

similarity index 98%
rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
index 6f81341a368f45f379bb58870b6fea5b6b1b91a9..215e5d03243cf1fb172e4bf3e1a03af3d189d0f1 100644 (file)
@@ -14,7 +14,7 @@ RDEPENDS_gstreamer1.0-plugins-imx-imxaudio = "gstreamer1.0-plugins-good-audiopar
 RDEPENDS_gstreamer1.0-plugins-imx-imxvpu = "gstreamer1.0-plugins-bad-videoparsersbad"
 
 SRCBRANCH ?= "master"
-SRCREV = "11a7b366f211e54e0ec67c692287603a02640ff6"
+SRCREV = "50ddcd9f2b6ecc3d94d0d2f71b6de841d8a8fb7b"
 SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"