summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-05-26 09:48:17 +0200
committerKhem Raj <raj.khem@gmail.com>2025-05-27 10:33:01 -0700
commita2e2b7fb50034a0adcf2fc1dee449c8da8089341 (patch)
tree30de49af1dabdfc53f88abe8657deb5808662fb5 /meta-multimedia
parent2413f11ab36429cd6103c7ea07c6419ecaa30b89 (diff)
downloadmeta-openembedded-a2e2b7fb50034a0adcf2fc1dee449c8da8089341.tar.gz
pipewire: update 1.4.2 -> 1.4.3
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.2.bb b/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 = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "d20a1523b6770dfa93a270bdda5d7c800d7ec191" 15SRCREV = "331d5e03516a99c56b3064dbbbd639a3ae848d36"
16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" 16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https" 17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https"
18 18