diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-16 16:33:23 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-20 17:06:16 -0300 |
commit | a3fa973292e6b7e41bfdea7e483af1def526751e (patch) | |
tree | 5c037b05e0bb0d7ee066eac3d7b1613d0b75fee9 | |
parent | 08d93000b7110edb90b4d8c0bd1bdabdcbf8bab6 (diff) | |
download | meta-freescale-a3fa973292e6b7e41bfdea7e483af1def526751e.tar.gz |
gstreamer1.0-plugins-bad: 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:
7bb1254fc SCR: correct the wrong branch name in SCR for LF-6.12.3
2fd4bec02 update release location in SCR to correct URL
165a26789 Update release branch in SCR.txt to lf-6.12.3-1.0.0
642cbd688 MMFMWK-9454 waylandsink: Only update video meta to video info when creating shm mem.
96058cd12 MMFMWK-9383 waylandsink: fix display abnormal on Xen
46ae98d72 MMFMWK-9417 waylandsink: create shm buffer without padding
ae1e0cf3f 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/gstreamer1.0-plugins-bad_1.24.7.imx.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.7.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.7.imx.bb index 4b707875..7f5cd0b3 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.7.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.7.imx.bb | |||
@@ -187,8 +187,8 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plug | |||
187 | " | 187 | " |
188 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " | 188 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " |
189 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" | 189 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" |
190 | SRCBRANCH = "MM_04.09.02_2410_L6.6.y" | 190 | SRCBRANCH = "MM_04.09.03_2412_L6.12.y" |
191 | SRCREV = "bba296b75dfb3e7ae4c836255edbd2b3c085c269" | 191 | SRCREV = "7bb1254fcb0a0dcb1ecb4ac21efbc5068151943d" |
192 | 192 | ||
193 | S = "${WORKDIR}/git" | 193 | S = "${WORKDIR}/git" |
194 | 194 | ||
@@ -219,9 +219,5 @@ EXTRA_OEMESON:remove = " \ | |||
219 | -Dkate=disabled \ | 219 | -Dkate=disabled \ |
220 | " | 220 | " |
221 | 221 | ||
222 | # it uses nested functions sadly, in ext/wayland/gstwaylandsink.c for GST_ELEMENT_REGISTER_DEFINE | ||
223 | # | ||
224 | TOOLCHAIN = "gcc" | ||
225 | |||
226 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 222 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
227 | ########### End of i.MX overrides ######### | 223 | ########### End of i.MX overrides ######### |