summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-16 10:34:07 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-20 17:06:16 -0300
commitbdcfd191872ce1397e052a045b2c45f853b28b88 (patch)
treef8f22d2ce6e7dfa8f48730b6c4e06096e2bad4f8
parenta3fa973292e6b7e41bfdea7e483af1def526751e (diff)
downloadmeta-freescale-bdcfd191872ce1397e052a045b2c45f853b28b88.tar.gz
imx-gst1.0-plugin: Update branch MM_04.09.02_2410_L6.6.y -> MM_04.09.03_2412_L6.12.y
This commit add the following source revisions: 370510e imxasrc: Fix build issue on header file 79bc3c7 LF-14241: Switch to upstreamed API in GST ASRC plugin 8883212 sync g2d header file from g2d repo imx_2.3 branch for 2025Q1 484d93d Update release branch in SCR.txt to lf-6.12.3-1.0.0 50bcb33 MMFMWK-9455 imxcompositor: copy input frame to internal bufferpool instead of new allocated buffer fbf2c41 MMFMWK-9453 imxvideoconvert: need check alignment in video meta when checking buffer alignment 36a4b84 MMFMWK-9453 imxvideoconvert: No need check alignment if buffer belongs to its own pool a0bdf7f resize buffer only if width and height have no padding 5b8b5be MMFMWK-9444 grecorder: support cluster duration configuration for mkv format 7fefc0c MMFMWK-9444 grecorder: support fmp4 format recording 668fce0 LF-13894 ocl: check source buffer alignment based on device requirement. c5e2275 YOCIMX-8325 osink: fix displayfb.c build break with gcc14 a2ea381 [configurea.ac] Update version to 4.9.3 for next release b8cf002 Update release branch in SCR.txt to lf-6.6.52-2.2.0 Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index 81d9ac0b..a96b5b31 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -27,18 +27,20 @@ DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}"
27DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter" 27DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter"
28DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = "" 28DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = ""
29DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" 29DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = ""
30DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter"
30DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" 31DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = ""
32DEPENDS_IMX_OPENCL_CONVERTER:mx95-nxp-bsp = "imx-opencl-converter"
31 33
32# For backwards compatibility 34# For backwards compatibility
33RREPLACES:${PN} = "gst1.0-fsl-plugin" 35RREPLACES:${PN} = "gst1.0-fsl-plugin"
34RPROVIDES:${PN} = "gst1.0-fsl-plugin" 36RPROVIDES:${PN} = "gst1.0-fsl-plugin"
35RCONFLICTS:${PN} = "gst1.0-fsl-plugin" 37RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
36 38
37PV = "4.9.2+git${SRCPV}" 39PV = "4.9.3+git${SRCPV}"
38 40
39SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}" 41SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}"
40SRCBRANCH = "MM_04.09.02_2410_L6.6.y" 42SRCBRANCH = "MM_04.09.03_2412_L6.12.y"
41SRCREV = "ef9c1a080e739e6f0be878148d9f4a050dc83bec" 43SRCREV = "370510ef8137874339df18a2a35ec1d04d98fa0b"
42 44
43S = "${WORKDIR}/git" 45S = "${WORKDIR}/git"
44 46