diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-21 15:42:57 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 19:46:41 +0000 |
commit | 0c95ff46de65e42974276588a5fc71b461430085 (patch) | |
tree | 1d8e29ebbe1e6344a485ca9711d2f2e0af035d6e | |
parent | 2ecca2f560ac6c9729d8fcf72a028ccbe217eabe (diff) | |
download | meta-freescale-0c95ff46de65e42974276588a5fc71b461430085.tar.gz |
gstreamer1.0-plugins-bad: upgrade from MM_04.07.00_2205_L5.15.y to MM_04.07.01_2208_L5.15.y
Update to the version used in lf5.15.52_2.1.0.
Commit history:
* a9c9d17bb wlwindow: fix 8qxp and 8qm video playback performance issue
* 8ecf6a59f MMFMWK-9073 waylandsink: set as default videosink for mx93
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 3ad656c09f0959e7fa420c44b84fb5b09c39b3cb)
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb index 5f422a1f..71160fad 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb | |||
@@ -184,9 +184,9 @@ SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plug | |||
184 | file://0005-msdk-fix-includedir-path.patch \ | 184 | file://0005-msdk-fix-includedir-path.patch \ |
185 | " | 185 | " |
186 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " | 186 | SRC_URI:prepend = "${GST1.0-PLUGINS-BAD_SRC};branch=${SRCBRANCH} " |
187 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-bad.git;protocol=https" | 187 | GST1.0-PLUGINS-BAD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-bad.git;protocol=https" |
188 | SRCBRANCH = "MM_04.07.00_2205_L5.15.y" | 188 | SRCBRANCH = "MM_04.07.01_2208_L5.15.y" |
189 | SRCREV = "63a55f06f7e8f21b483c6d70d50389beb2e85e37" | 189 | SRCREV = "a9c9d17bb3fc94f49f9c17fd965090949b7ba1cd" |
190 | 190 | ||
191 | S = "${WORKDIR}/git" | 191 | S = "${WORKDIR}/git" |
192 | 192 | ||