diff mbox series

[meta-openembedded,1/2] pipewire: update 1.4.5 -> 1.4.6

Message ID 20250708132953.198453-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-openembedded,1/2] pipewire: update 1.4.5 -> 1.4.6 | expand

Commit Message

Markus Volk July 8, 2025, 1:29 p.m. UTC
PipeWire 1.4.6 (2025-06-27)

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

Highlights
  - Fix a crasher bug in filter-chain and one in the ALSA plugin.
  - Improve latency reporting in module-combine-stream.
  - Some smaller fixes and cleanups.

modules
  - Improve latency handling in module-combine-stream. (#4731)
  - Improve save activation/deactivation of the filter-graph in
    module-filter-chain to avoid crashes. (#4700, #4750)
  - Add an option to disable RAOP with a context.property.

SPA
  - Handle NULL io in alsa wakeup code. This can happen when there
    is negotiation happening. (#4734)
  - Enable interrupts after an ALSA error to keep the dataflow
    going.
  - Reset some stats better after an ALSA error.
  - Support the alsa.use-ucm property for the ALSA udev plugin.

pulse-server
  - Mark empty buffers. This improves some code paths in the mixer.

GStreamer
  - Fix a refcount issue in the device provider.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../pipewire/{pipewire_1.4.5.bb => pipewire_1.4.6.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.4.5.bb => pipewire_1.4.6.bb} (99%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.6.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.6.bb
index e41cfd221c..34415c4444 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.6.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "83ada1e086f8fa49bf9652df2edd9ccee5efa48b"
+SRCREV = "83a155d0c09d703bdc95ed4558277784e9751bd3"
 BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
 SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https"