diff mbox series

[meta-multimedia,1/2] pipewire: update 1.4.2 -> 1.4.3

Message ID 20250526074818.43887-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia,1/2] pipewire: update 1.4.2 -> 1.4.3 | expand

Commit Message

Markus Volk May 26, 2025, 7:48 a.m. UTC
PipeWire 1.4.3 (2025-05-22)

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

Highlights
  - Many netjack2 improvements. The driver/manager roles were fixed,
    MIDI is written correctly and errors are handled better.
  - Improvements to UMP sysex handling.
  - More small bug fixes and improvements.

PipeWire
  - Let all commands go to the node. This makes it possible to send
    custom commands.

Modules
  - Many netjack2 improvements. The driver/manager roles were fixed,
    MIDI is written correctly and errors are handled better.
  - Improve the filter-graph state management in filter-chain.

SPA
  - Use default value of filter. (#4619)
  - Fix UMP program change conversion to MIDI 1.0. (#4664)
  - Skip only the first buffer for raw formats in v4l2 to avoid
    dropping important headers when dealing with encoded formats.
  - Fix ebur128 port name. (#4667)
  - Only convert UMP/MIDI, pass other controls. Fixes OSC and other
    control types in the mixer. (#4692)
  - Improve UMP sysex handling in alsa seq.
  - Improve ALSA audio.channels support. Only use this when the value
    is within the valid range.

Tools
  - debug UMP SysRT messages correctly in pw-mididump.

JACK
  - Handle sysex in UMP better by appending the converted midi1
    sysex.

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

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.2.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.2.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb
index e554d8737a..5fe8a1c105 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "d20a1523b6770dfa93a270bdda5d7c800d7ec191"
+SRCREV = "331d5e03516a99c56b3064dbbbd639a3ae848d36"
 BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
 SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https"