summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 14:45:38 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-25 19:46:41 +0000
commit2ecca2f560ac6c9729d8fcf72a028ccbe217eabe (patch)
treec8344684c6d4746d3be1f919a4ab3664d15e6032
parentbd495de06a4cf821042e8c04bf272be494a67908 (diff)
downloadmeta-freescale-2ecca2f560ac6c9729d8fcf72a028ccbe217eabe.tar.gz
gstreamer1.0-plugins-good: 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: * b83d1e4a3 LF-6577 v4l2: add capture buffer check and resize to avoid deadlock issue when seek * b9319a38b LF-6531 v4l2: revert "v4l2videodec: workaround for v4l2 driver multi-plane" * 5459be91d LF-6531 v4l2: fix the critical log when unreference the buffer which memory type is multi-plane and contain no valid data * 059ed0874 LF-6531 v4l2: support stream with V4L2_FIELD_SEQ_TB field * ba9d457b0 LF-6531 v4l2: add function to detect upstream amphion vpu driver * 1cf76472c MMFMWK-9092 v4l2: Fix race condition between orphaning and stopping allocator * f5566b038 LF-6195 v4l2: Reset transfer in gst_v4l2_object_acquire_format() * dd7ae2aee v4l2: set default resolution if caps has no such information * fa45cf501 MMFMWK-9116 v4l2videodec: Fix output state memory leak Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 7b324fb978412efee459c6085c91caa4796839d0)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.0.imx.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.0.imx.bb
index cb762982..4b38fda2 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.0.imx.bb
@@ -99,9 +99,9 @@ DEPENDS_V4L2 = "${@bb.utils.contains_any('DISTRO_FEATURES', 'wayland x11', '', '
99 99
100SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" 100SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
101SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " 101SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} "
102GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://source.codeaurora.org/external/imx/gst-plugins-good.git;protocol=https" 102GST1.0-PLUGINS-GOOD_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-good.git;protocol=https"
103SRCBRANCH = "MM_04.07.00_2205_L5.15.y" 103SRCBRANCH = "MM_04.07.01_2208_L5.15.y"
104SRCREV = "4c58a36cfd4b2b16d8978b9592145fb46bb58732" 104SRCREV = "b83d1e4a3cd702bbe0cf4544aa2acc55796e4a0f"
105 105
106S = "${WORKDIR}/git" 106S = "${WORKDIR}/git"
107 107