summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-10-16 15:40:33 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-16 08:48:35 -0700
commitfbd80e3ab2883118bc8607fe9c1c3e434e58a989 (patch)
tree3e58ee527ac5b60cd207e083ef75fb328ee6ba68 /meta-multimedia
parent6a5ffc346658afb41234534951a475b66c102828 (diff)
downloadmeta-openembedded-fbd80e3ab2883118bc8607fe9c1c3e434e58a989.tar.gz
pipewire: update 1.4.8 -> 1.4.9
PipeWire 1.4.9 (2025-10-09) This is a small bugfix release that is API and ABI compatible with previous 1.x releases. Highlights - Fix a regression in node unprepare that would leave nodes running and error. - Improve ALSA recovery when 3 periods is not supported. Also Improve headroom for SOF cards by setting it to the minimal period size by default. - Remove RestrictNamespaces from the systemd files to allow libcamera to load sandboxed IPA modules again. - Small fixes and updates. PipeWire - Fix a regression in node unprepare that would leave nodes running and error. (#4893) - Remove RestrictNamespaces from the systemd files to allow libcamera to load sandboxed IPA modules. Modules - Handle fd allocation errors in avahi. (#4913) - Fix initial SDP session hash and session-id. (#4852) - Fix a potential NULL deref in the profiler. (#4922) SPA - Fix the UMP event compare function. (#4899) - Backport a lot of libcamera patches, such as support for colorimetry, thread-safety fixes, a lot of cleanups and improvements. - Improve ALSA recovery when 3 periods is not supported. - Fix a regression in the adapter where it would not always start and resume correctly. (#4911) - Improve headroom for SOF cards by setting it to the minimal period size by default. (#4489) - Adapt to newer libcamera changes. 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.9.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb
index 8687244f3e..683d5f3ce0 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.8.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "8b43ed5c910e892d53de5a96aa01e9280a5b6650" 15SRCREV = "fd60e04525f3a04d90bf50085222e0cc9139b4a4"
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;tag=${PV}" 17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
18 18