]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gst1.0-plugin: Upgrade to 4.1.4 version
authorLauren Post <lauren.post@nxp.com>
Fri, 30 Sep 2016 20:11:37 +0000 (15:11 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:15 +0000 (16:26 -0200)
- Add HEVC support in aiurdemux
- glplay1.0: fix memory leak
- Coverity fixes for null pointers
- improve mutex/cond in overlay sink compositor
- Update aiur/beep for arch64 lib
- Add v4l2 core check configure.ac
- Update pc name in configure.ac
- Add protection for invalid fps
- Test scripts updated
- unify soc_id usage in plugin and player
- play engine support glimagesink
- Fix http streaming memory leakage
- Fix display for 7d
- Video aggregator fixes
- Buffer sharing with DMA in video pipline
- Overlay sink fixes
- add g2d version
- Fix dependency issues between gst-plugin-bad and imx-gst1.0-plugin
- Fix imxcompositor assertion failure
- vpu fixes for initializing handle
- Compositor fixes for failure case

Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb [moved from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb with 94% similarity]

similarity index 94%
rename from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb
rename to recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
index 19259d199a581c5477951a8a3a17337913773b64..5b22f46635cf4158d5b34310b73de10dd581e384 100644 (file)
@@ -6,7 +6,7 @@ DESCRIPTION = "Gstreamer freescale plugins"
 LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1"
 SECTION = "multimedia"
 
-DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base"
+DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
 DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap"
 DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap"
 DEPENDS_append_mx6sl = " imx-lib"
@@ -27,8 +27,8 @@ SRC_URI = " \
     ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "56fc7d4fcbad0ba14739b668793fcf2c"
-SRC_URI[sha256sum] = "4ab74e3660a56c5a79c714b820bb1ce8dd1db5d66c92529b5378bb211cf25896"
+SRC_URI[md5sum] = "427c2db85f1eb70d003380c248fb9b41"
+SRC_URI[sha256sum] = "b71a5800aad72e7fa3b9e19b3473ea6870c426412baa5030e2f9817c294db820"
 
 S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"