diff options
author | Yuqing Zhu <b54851@freescale.com> | 2015-09-23 14:05:51 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 85b6555efd5d2e3b4f19381ad4295f4a51d20c78 (patch) | |
tree | 20a9bdc93e3fea260a31e68d7e9d4c5e8d250f55 /recipes-multimedia | |
parent | 4de61e84bf8f3726619d2b657a7e10af0f925e13 (diff) | |
download | meta-freescale-85b6555efd5d2e3b4f19381ad4295f4a51d20c78.tar.gz |
gst1.0-fsl-plugin: Upgrade to version 4.0.7
--Upgrade gst1.0-fsl-plugin to version 4.0.7 released in 3.14.38-6UL_ga and 3.14.38-6QP_ga releases.
--Add gstreamer-plugins-bad as one of the dependency.
--Imxcompositor enhancement:
1. fix alpha blending capbility query issue of g2d.
2. add zorder feature.
3. add keep ratio feature.
4. find best output format by leverage the total complexity and picture quality.
Signed-off-by: Yuqing Zhu <b54851@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb (renamed from recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb index cc2ec0db..7d8ef0a9 100644 --- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb +++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Gstreamer freescale plugins" | |||
6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" | 6 | LICENSE = "GPLv2 & LGPLv2 & LGPLv2.1" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | DEPENDS = "libfslcodec libfslparser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base" | 9 | DEPENDS = "libfslcodec libfslparser virtual/kernel gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" |
10 | DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap" | 10 | DEPENDS_append_mx6q = " imx-lib imx-vpu libfslvpuwrap" |
11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap" | 11 | DEPENDS_append_mx6dl = " imx-lib imx-vpu libfslvpuwrap" |
12 | DEPENDS_append_mx6sl = " imx-lib" | 12 | DEPENDS_append_mx6sl = " imx-lib" |
@@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
19 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 19 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
20 | 20 | ||
21 | SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz" | 21 | SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz" |
22 | SRC_URI[md5sum] = "098dfa5e2c0cc7314f526d4aacc4613d" | 22 | SRC_URI[md5sum] = "81e2dbd702ea2cd7904fc54981ea3d19" |
23 | SRC_URI[sha256sum] = "cb5e066546221120ef06bab6ec3052459d92b997190077dc50545e49d5e3b151" | 23 | SRC_URI[sha256sum] = "fc287a672e2f040c2697af618b2f6ed319202a6dfbb731cbfb7987b41de2d62b" |
24 | 24 | ||
25 | S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}" | 25 | S = "${WORKDIR}/gst1.0-fsl-plugins-${PV}" |
26 | 26 | ||