From ced36a5315135044a22c4b373be44368d312f9c8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 12 Jan 2026 09:26:33 +0100 Subject: [PATCH] 1.4.10 --- NEWS | 45 ++++++++++++++++++++++++++++++++++++++++++--- meson.build | 2 +- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1d6f6d139..68179f72d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,45 @@ +# PipeWire 1.4.10 (2026-01-16) + +This is a small bugfix release that is API and ABI compatible with +previous 1.x releases. + +## Highlights + - Fix a regression in restoring volumes on nodes. + - Clean up timed out stream on pulse-server. + - Backport filter-graph channel support. + - More small fixes and improvements. + +## PipeWire + - Backport the timer queue from 1.5. + +## modules + - Fix module leak in module-eq. (#5045) + - Fix profiling of multiple drivers when profile.interval.ms is + set. (#5061) + - Allow both sink and source pulse tunnels with the same name. + (#5079) + +## SPA + - Emit props events in all cases. (#4610) + - Backport some filter-graph changes to make it adapt better to the + number of channels of the stream. + - Fix some port errors in filter-graph. (#4700) + - Avoid a memcpy in the convolver. + - Handle some DBus errors better instead of crashing. + - Fix AVX2 functions and flags. (#5072) + - Limit resampler phases to avoid crashes (#5073) + - Support some more channel downmix positions. + +## pulse-server + - Clean up timed out streams. (#4901) + - Add message to force mono mixdown. + +## GStreamer + - Avoid scaling overflow in the clock. + + +Older versions: + # PipeWire 1.4.9 (2025-10-09) This is a small bugfix release that is API and ABI compatible with @@ -36,9 +78,6 @@ previous 1.x releases. size by default. (#4489) - Adapt to newer libcamera changes. - -Older versions: - # PipeWire 1.4.8 (2025-09-11) This is a bugfix release that is API and ABI compatible with diff --git a/meson.build b/meson.build index 06fd7c50b..c3852e362 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pipewire', ['c' ], - version : '1.4.9', + version : '1.4.10', license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], meson_version : '>= 0.61.1', default_options : [ 'warning_level=3',