diff options
| author | Flora Hu <flora.hu@nxp.com> | 2026-07-22 16:32:22 +0800 |
|---|---|---|
| committer | Flora Hu <flora.hu@nxp.com> | 2026-07-27 15:29:55 +0800 |
| commit | 343211144142a45f63e21492e9a9ab641333d7cc (patch) | |
| tree | 5211c060462b0f747fda3109dca50f8e0f2cf4f5 | |
| parent | 843ac09e88a27395badc54bff5ffa4a0c6180f59 (diff) | |
| download | meta-freescale-343211144142a45f63e21492e9a9ab641333d7cc.tar.gz | |
imx-gst1.0-plugin: Bump 4.10.3 -> 4.11.0
Add i.MX952 OCL and G2D dewarp support
Fix aiurdemux video freeze on seek to beginning
Add imxsocfeatures plugin for SoC feature/ID mapping
Add imx-mp4-parser as runtime dependency
Add CFLAGS to suppress maybe-uninitialized and unused-but-set-variable warnings
Signed-off-by: Flora Hu <flora.hu@nxp.com>
| -rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index b6cc1da4c..1475cb662 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
| @@ -34,12 +34,12 @@ DEPENDS_IMX_OPENCL_CONVERTER:mx6-nxp-bsp = "" | |||
| 34 | DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" | 34 | DEPENDS_IMX_OPENCL_CONVERTER:mx7-nxp-bsp = "" |
| 35 | DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" | 35 | DEPENDS_IMX_OPENCL_CONVERTER:mx8mm-nxp-bsp = "" |
| 36 | 36 | ||
| 37 | PV = "4.10.3+git${SRCPV}" | 37 | PV = "4.11.0+git${SRCPV}" |
| 38 | 38 | ||
| 39 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" | 39 | SRC_URI = "${IMXGST_SRC};branch=${SRCBRANCH}" |
| 40 | IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https" | 40 | IMXGST_SRC ?= "git://github.com/nxp-imx/imx-gst1.0-plugin.git;protocol=https" |
| 41 | SRCBRANCH = "MM_04.10.03_2512_L6.18.2" | 41 | SRCBRANCH = "MM_04.11.00_2605_L6.18.20" |
| 42 | SRCREV = "0565fc515612908a353e8378e24f97de17cc56a6" | 42 | SRCREV = "e0b7f80ac98c866e9396aff8cd93221b65ba8667" |
| 43 | 43 | ||
| 44 | inherit meson pkgconfig use-imx-headers | 44 | inherit meson pkgconfig use-imx-headers |
| 45 | 45 | ||
| @@ -53,6 +53,8 @@ PLATFORM:mx7ulp-nxp-bsp = "MX7ULP" | |||
| 53 | PLATFORM:mx8-nxp-bsp = "MX8" | 53 | PLATFORM:mx8-nxp-bsp = "MX8" |
| 54 | PLATFORM:mx9-nxp-bsp = "MX9" | 54 | PLATFORM:mx9-nxp-bsp = "MX9" |
| 55 | 55 | ||
| 56 | CFLAGS:append = " -Wno-maybe-uninitialized -Wno-unused-but-set-variable" | ||
| 57 | |||
| 56 | # Todo add a mechanism to map possible build targets | 58 | # Todo add a mechanism to map possible build targets |
| 57 | EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ | 59 | EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ |
| 58 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ | 60 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ |
| @@ -82,7 +84,7 @@ FILES:${PN}-libgstfsl += "${libdir}/libgstfsl-1.0${SOLIBS}" | |||
| 82 | 84 | ||
| 83 | # Add codec list that the beep plugin run-time depended | 85 | # Add codec list that the beep plugin run-time depended |
| 84 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" | 86 | BEEP_RDEPENDS = "imx-codec-aac imx-codec-mp3 imx-codec-oggvorbis" |
| 85 | RDEPENDS:${PN} += "${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux imx-parser" | 87 | RDEPENDS:${PN} += "${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux imx-parser imx-mp4-parser" |
| 86 | RDEPENDS:${PN}:append:mx8qm-nxp-bsp = " imx-dsp" | 88 | RDEPENDS:${PN}:append:mx8qm-nxp-bsp = " imx-dsp" |
| 87 | RDEPENDS:${PN}:append:mx8qxp-nxp-bsp = " imx-dsp" | 89 | RDEPENDS:${PN}:append:mx8qxp-nxp-bsp = " imx-dsp" |
| 88 | RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp" | 90 | RDEPENDS:${PN}:append:mx8dx-nxp-bsp = " imx-dsp" |
