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>
This commit is contained in:
Rodrigo M. Duarte 2025-05-16 10:34:07 -03:00
parent a3fa973292
commit bdcfd19187

View File

@ -27,18 +27,20 @@ DEPENDS_IMXGPU:imxgpu = "${DEPENDS_IMX_OPENCL_CONVERTER}"
DEPENDS_IMX_OPENCL_CONVERTER = "imx-opencl-converter"
DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = ""
DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = ""
DEPENDS_IMX_OPENCL_CONVERTER:mx8-nxp-bsp = "imx-opencl-converter"
DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = ""
DEPENDS_IMX_OPENCL_CONVERTER:mx95-nxp-bsp = "imx-opencl-converter"
# For backwards compatibility
RREPLACES:${PN} = "gst1.0-fsl-plugin"
RPROVIDES:${PN} = "gst1.0-fsl-plugin"
RCONFLICTS:${PN} = "gst1.0-fsl-plugin"
PV = "4.9.2+git${SRCPV}"
PV = "4.9.3+git${SRCPV}"
SRC_URI = "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https;branch=${SRCBRANCH}"
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
SRCREV = "ef9c1a080e739e6f0be878148d9f4a050dc83bec"
SRCBRANCH = "MM_04.09.03_2412_L6.12.y"
SRCREV = "370510ef8137874339df18a2a35ec1d04d98fa0b"
S = "${WORKDIR}/git"