From 4c9618f6afff94c9fc3926feb9589ab8d5aa048b Mon Sep 17 00:00:00 2001 From: Ashok Sidipotu Date: Thu, 23 Nov 2023 01:28:24 +0100 Subject: wireplumber: Upgrade to v0.4.16 - 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29465 Reviewed-by: Georgios Kiagiadakis ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account --- meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb | 6 +++--- 1 file 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" -- cgit 1.2.3-korg