From: Ashok Sidipotu Date: Thu, 23 Nov 2023 00:28:24 +0000 (+0100) Subject: wireplumber: Upgrade to v0.4.16 X-Git-Tag: 16.91.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4c9618f6afff94c9fc3926feb9589ab8d5aa048b;p=AGL%2Fmeta-agl.git 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 --- 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"