mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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>
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
From c847b8162959c29b783585e0dcadbfb096e7cb73 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ripley Tom <discofan420@protonmail.com>
|
|
||||||
Date: Sat, 21 Feb 2026 19:33:11 +0100
|
|
||||||
Subject: [PATCH] spa/plugins/alsa/acp/compat.h: Fix missed
|
|
||||||
-Wdiscarded-qualifiers warning
|
|
||||||
|
|
||||||
Upstream-Status: Backport [https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/c847b8162959c29b783585e0dcadbfb096e7cb73]
|
|
||||||
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
|
|
||||||
---
|
|
||||||
spa/plugins/alsa/acp/compat.h | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/spa/plugins/alsa/acp/compat.h b/spa/plugins/alsa/acp/compat.h
|
|
||||||
index f7592e1a6..0f7b959df 100644
|
|
||||||
--- a/spa/plugins/alsa/acp/compat.h
|
|
||||||
+++ b/spa/plugins/alsa/acp/compat.h
|
|
||||||
@@ -429,9 +429,9 @@ static PA_PRINTF_FUNC(1,0) inline char *pa_vsprintf_malloc(const char *fmt, va_l
|
|
||||||
|
|
||||||
#define pa_fopen_cloexec(f,m) fopen(f,m"e")
|
|
||||||
|
|
||||||
-static inline char *pa_path_get_filename(const char *p)
|
|
||||||
+static inline const char *pa_path_get_filename(const char *p)
|
|
||||||
{
|
|
||||||
- char *fn;
|
|
||||||
+ const char *fn;
|
|
||||||
if (!p)
|
|
||||||
return NULL;
|
|
||||||
if ((fn = strrchr(p, PA_PATH_SEP_CHAR)))
|
|
||||||
@@ -12,10 +12,9 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
DEPENDS = "dbus ncurses"
|
DEPENDS = "dbus ncurses"
|
||||||
|
|
||||||
SRCREV = "95da54a482b68475958bbc3fa572a9c20df0df74"
|
SRCREV = "cc3d0d1191266b263f6d0fa03fce1d1ef57151cc"
|
||||||
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
|
BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
|
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
|
||||||
SRC_URI += "file://0001-spa-plugins-alsa-acp-compat.h-Fix-missed-Wdiscarded-.patch"
|
|
||||||
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
|
SRC_URI += "file://0002-spa-plugins-alsa-acp-compat.h-p-is-already-const-do-.patch"
|
||||||
|
|
||||||
inherit meson pkgconfig systemd gettext useradd
|
inherit meson pkgconfig systemd gettext useradd
|
||||||
Reference in New Issue
Block a user