Skip to content

Commit be77fde

Browse files
MarkusVolkkraj
authored andcommitted
pipewire: update 1.6.2 -> 1.6.3
- remove backport patch PipeWire 1.6.3 (2026-04-09) Highlights - Fix some RAOP compatibility regressions. - Fix segfault in the mixer in some cases. - Most nodes now produce and consume MIDI1 again and avoid conversions to and from UMP. - Various small fixes and improvements. PipeWire - Fix regression with sample rate changes. (#5207) - Fix a potential integer overflow in the memory mapping. Modules - Align RTP timestamps to make RAOP work on more devices. (#5167) - Avoid crashes in RTP streams because of concurrent event emmission. - Avoid invalid fd usage in native-protocol with special crafted messages. - Fix properties and params enumeration in filter-chain (#5202). SPA - Fix compilation with -Werror=discarded-qualifiers - Avoid OOB read in mix matrix. (#5176) - Avoid loading plugins from absolute paths that are not in the search path. - Avoid MIDI conversions to and from UMP. (#5183) Bluetooth - Backport some fixes and avoid some crashes. JACK - Make sure timebase callback is never called with 0 frames. - Increase the notify queue to avoid losing notifications. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
1 parent 335045d commit be77fde

2 files changed

Lines changed: 1 addition & 30 deletions

File tree

meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.2.bb renamed to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.6.3.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ LIC_FILES_CHKSUM = " \
1212

1313
DEPENDS = "dbus ncurses"
1414

15-
SRCREV = "95da54a482b68475958bbc3fa572a9c20df0df74"
15+
SRCREV = "cc3d0d1191266b263f6d0fa03fce1d1ef57151cc"
1616
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
1717
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
18-
SRC_URI += "file://0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch"
1918
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
2019

2120
inherit meson pkgconfig systemd gettext useradd

0 commit comments

Comments
 (0)