summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2019-05-13 13:56:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-05-17 07:50:56 -0300
commit57562d1cb37682cfc513207a54c2db7ed8c069b1 (patch)
tree85856c7050ec1be4086551eb374476d807b92c45
parent3cd3cf648ef5b9f97b7e631538de957956af705b (diff)
downloadmeta-freescale-57562d1cb37682cfc513207a54c2db7ed8c069b1.tar.gz
imx-gst1.0-plugin: Upgrade version from 4.4.2 to 4.4.5
-Fix Hantro encoder align issue -Fix vpu crash in secure mode -Fix gplay can not exit when --quiet -Add support in VPU decoder for draining buffers during input format change -Add RGB input support for vpu encoder plugin Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb
index 986d4a1d..6dc924a1 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.2.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.4.5.bb
@@ -21,10 +21,10 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
21 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 21 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
22 22
23IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https" 23IMXGST_SRC ?= "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https"
24SRCBRANCH = "MM_04.04.02_1808_L4.9.123_MX8MM_GA" 24SRCBRANCH = "MM_04.04.05_1902_L4.14.98_GA"
25 25
26SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" 26SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}"
27SRCREV = "23dd0315c7087e1c8eba836b9a458d7906187c7e" 27SRCREV = "0c5f48b3aee473d8c8f3e853eb2078f054caa4d2"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30