summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 14:25:12 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commitf678a6d52c70fe9a9ccdda75aa71f894f54c7b39 (patch)
treea06aa06750979ecaeba671f97c04250fd11b78a8
parent0c95ff46de65e42974276588a5fc71b461430085 (diff)
downloadmeta-freescale-f678a6d52c70fe9a9ccdda75aa71f894f54c7b39.tar.gz
imx-gst1.0-plugin: upgrade from 4.7.0 to 4.7.1
Update to the version used in lf5.15.52_2.1.0. Commit history: * f4410b7 LF-6531 imxcompositor: add video information handling by title format for upstream amphion vpu driver * befcd74 MKL-25625 imx2ddevice_pxp: add support to pxp new api and new formats * 2a26823 MMFMWK-9106 vpuenc: add QpMin and QpMax property for 8mm/8mp * d630a98 MMFMWK-9073 add support for imx93 * 6e9b88f [configurea.ac] Update version to 4.7.1 for next release Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 867abd832e9d66a30909e763bd2d3407688e3c43)
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.1.bb (renamed from recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.0.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.1.bb
index 585113a4..d174b70c 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.0.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.7.1.bb
@@ -22,9 +22,9 @@ RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
22LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 22LIC_FILES_CHKSUM = "file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
23 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" 23 file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
24 24
25SRC_URI = "git://source.codeaurora.org/external/imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" 25SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}"
26SRCBRANCH = "MM_04.07.00_2205_L5.15.y" 26SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
27SRCREV = "d0b26997556983c99d7b3e7663577f090df36240" 27SRCREV = "f4410b70e8cb49ec0d522bb0681c5d9178cfc216"
28 28
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30