[meta-freescale] [meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.9.8

Carlos Rafael Giani dv at pseudoterminal.org
Fri Sep 5 14:31:36 PDT 2014


Changes:

- Fixed imxipuvideotransform's passthrough mode to make it work with
  playbin's about-to-finish signal
- Display scale updates in imxeglvivsink weren't being handled properly
- Updates to make imxv4l2src buffers shareable
- Extra calls to make imxv4l2src work for TV capture
- Better zero-copy support in tee'd pipelines
- New IDR interval property in h264 encoder
- New slice size, and intra refresh properties in encoders
- Configurable framebuffer number in IPU sink
- Workaround for GStreamer 1.4.0 bug related to the
  GST_BUFFER_FLAG_TAG_MEMORY buffer flag
- Unset GST_BUFFER_FLAG_TAG_MEMORY explicitely in VPU decoder to prevent
  unnecessary copies
- Drain decoder when a new format is set, allowing for seamless transitions
- Fixed decoder shutdown freeze
- Fixed leaked socket pair problem in imxeglvivsink

Signed-off-by: Carlos Rafael Giani <dv at pseudoterminal.org>
---
 ...reamer1.0-plugins-imx_0.9.7.bb => gstreamer1.0-plugins-imx_0.9.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-multimedia/gstreamer/{gstreamer1.0-plugins-imx_0.9.7.bb => gstreamer1.0-plugins-imx_0.9.8.bb} (96%)

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.8.bb
similarity index 96%
rename from recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb
rename to recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.8.bb
index 1806d67..ca8cc00 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.8.bb
@@ -6,7 +6,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libfslvpuwrap virtual/kernel v
            virtual/libgles2 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
 
 SRCBRANCH ?= "master"
-SRCREV = "c25d1089a3aa630cd50646fe46eb78787466a062"
+SRCREV = "4b4b9a8bb024953216fdf784bcb3220e9664d5da"
 SRC_URI = "git://github.com/Freescale/gstreamer-imx.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
-- 
1.8.3.2



More information about the meta-freescale mailing list