wireplumber: Upgrade to v0.4.16 65/29465/2 16.91.0 quillback/16.91.0 quillback_16.91.0
authorAshok Sidipotu <ashok.sidipotu@collabora.com>
Thu, 23 Nov 2023 00:28:24 +0000 (01:28 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 23 Nov 2023 14:59:27 +0000 (14:59 +0000)
- 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
meta-pipewire/recipes-multimedia/wireplumber/wireplumber_git.bb

index e5c8253..2c3ff9b 100644 (file)
@@ -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"