mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
1.4.10
This commit is contained in:
parent
afdb3beff8
commit
ced36a5315
2 changed files with 43 additions and 4 deletions
45
NEWS
45
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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue