summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 15:11:37 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:15 -0200
commit66ded86bb69a762f9b3789728a36efeac3193630 (patch)
treeae8b02d5b26fa801b282bcd4e7b458e10f5db40c /recipes-multimedia
parent494b4b380bda14ed038ca57f407de408dd8634c2 (diff)
downloadmeta-freescale-66ded86bb69a762f9b3789728a36efeac3193630.tar.gz
imx-gst1.0-plugin: Upgrade to 4.1.4 version
- 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>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
index 19259d19..5b22f466 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.0.9.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Gstreamer freescale plugins"
6LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" 6LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1"
7SECTION = "multimedia" 7SECTION = "multimedia"
8 8
9DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base" 9DEPENDS = "imx-codec imx-parser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
10DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap" 10DEPENDS_append_mx6q = " imx-lib imx-vpu imx-vpuwrap"
11DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap" 11DEPENDS_append_mx6dl = " imx-lib imx-vpu imx-vpuwrap"
12DEPENDS_append_mx6sl = " imx-lib" 12DEPENDS_append_mx6sl = " imx-lib"
@@ -27,8 +27,8 @@ SRC_URI = " \
27 ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \ 27 ${FSL_MIRROR}/imx-gst1.0-plugin-${PV}.tar.gz \
28" 28"
29 29
30SRC_URI[md5sum] = "56fc7d4fcbad0ba14739b668793fcf2c" 30SRC_URI[md5sum] = "427c2db85f1eb70d003380c248fb9b41"
31SRC_URI[sha256sum] = "4ab74e3660a56c5a79c714b820bb1ce8dd1db5d66c92529b5378bb211cf25896" 31SRC_URI[sha256sum] = "b71a5800aad72e7fa3b9e19b3473ea6870c426412baa5030e2f9817c294db820"
32 32
33S = "${WORKDIR}/imx-gst1.0-plugin-${PV}" 33S = "${WORKDIR}/imx-gst1.0-plugin-${PV}"
34 34