pipewire: update 1.4.6 -> 1.4.7

PipeWire 1.4.7 (2025-07-23)

This is a bugfix release that is API and ABI compatible with
previous 1.x releases.

Highlights
  - Improve latency handling in echo-cancel.
  - Don't leak SyncObj fds in client-node.
  - Improve the adaptive resampler performance.
  - Some more fixes and improvements.

modules
  - Set module-echo-cancel latency correctly.
  - Avoid extra latency in echo-cancel by dropping samples when
    one end is paused.
  - Don't leak SyncObj fds in client-node. (#4807)

SPA
  - Actually enable echo cancellation when using webrtc 2.0
  - Improve ALSA driver resampling setup and follower adaptive
    resampling.
  - Fix an off-by-one in the delay filter.
  - Improve the adaptive resampler performance.

bluetooth
  - Improve compatibility with some JBL flip and change models.

GStreamer
  - Add some format validations.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-08-02 13:43:19 +02:00 committed by Khem Raj
parent 6afa1b72c3
commit ad6a3009cf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = " \
DEPENDS = "dbus ncurses"
SRCREV = "83a155d0c09d703bdc95ed4558277784e9751bd3"
SRCREV = "1c542e9a0ca4226c9befb08fe9c19170aca3ce95"
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https"
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
inherit meson pkgconfig systemd gettext useradd