summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshok Sidipotu <ashok.sidipotu@collabora.com>2023-11-23 01:28:24 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-23 14:59:27 +0000
commit4c9618f6afff94c9fc3926feb9589ab8d5aa048b (patch)
tree68ed25b08d4f1d2628622d6d435fd4e1f789f09b
parent2e4dff4e68eb038b7a5d8fc25f1d2cfc676745a4 (diff)
wireplumber: Upgrade to v0.4.16quillback_16.91.0quillback/16.91.016.91.0
- The endpoints policy now marks the endpoint nodes as "passive" instead of marking their links, adjusting for the behavior change in PipeWire 0.3.68, this fixes the pipewire busy loop issue. - Introduced the filter node in between the endpoints and sink devices. This mechanism is intended to add equalizer node with multimedia endpoint. Bug-AGL: SPEC-4972 Change-Id: Ib624ac89ddff66b161025235a30fdaa6372e597b Signed-off-by: Ashok Sidipotu <ashok.sidipotu@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29465 Reviewed-by: Georgios Kiagiadakis <george.kiagiadakis@collabora.com> ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account
-rw-r--r--meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb
index e5c825384..2c3ff9bab 100644
--- a/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb
+++ b/meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb
@@ -14,14 +14,14 @@ DEPENDS = "glib-2.0 glib-2.0-native pipewire lua"
SRC_URI = "\
git://gitlab.freedesktop.org/pipewire/wireplumber.git;protocol=https;branch=master \
"
-# v0.4.15
-SRCREV = "d67b48e595cb4612fd7fd47f97df6b8883ef7f60"
+# v0.4.16
+SRCREV = "0d249b8a13d7168fe54fa6eb1db1c4a5fcc8d3f8"
# patches to be able to compile with lower version of meson that is available in AGL.
SRC_URI += "\
"
-PV = "0.4.15"
+PV = "0.4.16"
S = "${WORKDIR}/git"
WPAPI="0.4"