[meta-freescale] [PATCH 9/9] imx-gst1.0-plugin: Upgrade to v4.3.2

Yuqing Zhu carol.zhu at nxp.com
Mon Dec 25 22:11:07 PST 2017


Changes:
-Add mx8 support
-Fix assert error when connect kmssink to imxvideoconvert
-Add AVS support in aiurdemux
-Add imx fbdevsink and do some bugfix
-Fix pxp 2d show blurred frame
-Enable OPUS support in aiurdemux
-Support share buffer with DMA FD
-Support Track select when rate >2 or <0
-[gplay] Update set audio/text sink API

Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
 ...imx-gst1.0-plugin_4.1.6.bb => imx-gst1.0-plugin_4.3.2.bb} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename recipes-multimedia/gstreamer/{imx-gst1.0-plugin_4.1.6.bb => imx-gst1.0-plugin_4.3.2.bb} (89%)

diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.2.bb
similarity index 89%
rename from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
rename to recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.2.bb
index 89a14d5..984e0c0 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.6.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.3.2.bb
@@ -13,21 +13,20 @@ DEPENDS_append_mx6sl = " imx-lib"
 DEPENDS_append_mx6sx = " imx-lib"
 DEPENDS_append_mx6ul = " imx-lib"
 DEPENDS_append_mx7d = " imx-lib"
-
 # For backwards compatibility
 RREPLACES_${PN} = "gst1.0-fsl-plugin"
 RPROVIDES_${PN} = "gst1.0-fsl-plugin"
 RCONFLICTS_${PN} = "gst1.0-fsl-plugin"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
-                    file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
+LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
                     file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
 
-SRCBRANCH = "nxp/MM_04.02.01_1705_L4.9.11_CONSOLIDATED_GA"
+SRCBRANCH = "MM_04.03.02_1710_L4.9.51_MX8M_BETA"
 
 SRC_URI = " \
-    git://source.codeaurora.org/external/imx/gst1.0-plugins-fsl.git;protocol=https;branch=${SRCBRANCH} \
+    git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH} \
 "
+SRCREV = "54325710d5526e43a2b1b21b7b61675afb95627f"
 
 S = "${WORKDIR}/git"
 
@@ -41,6 +40,7 @@ PLATFORM_mx6sx = "MX6SX"
 PLATFORM_mx6ul = "MX6UL"
 PLATFORM_mx6ull = "MX6UL"
 PLATFORM_mx7d = "MX7D"
+PLATFORM_mx8 = "MX8"
 
 # Todo add a mechanism to map possible build targets
 EXTRA_OECONF = "PLATFORM=${PLATFORM} \
@@ -81,4 +81,4 @@ FILES_${PN}-grecorder = "${bindir}/grecorder-1.0"
 FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}"
 FILES_${PN}-libplayengine = "${libdir}/libplayengine-1.0${SOLIBS}"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx6ull|mx7d)"
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx6ull|mx7d|mx8)"
-- 
1.9.1



More information about the meta-freescale mailing list