mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
1.4.5
This commit is contained in:
parent
9d61a530ed
commit
83ada1e086
2 changed files with 28 additions and 4 deletions
30
NEWS
30
NEWS
|
|
@ -1,3 +1,30 @@
|
|||
# PipeWire 1.4.5 (2025-06-04)
|
||||
|
||||
This is a quick bugfix release that is API and ABI compatible with
|
||||
previous 1.x releases.
|
||||
|
||||
## Highlights
|
||||
- Fix negotiation errors when using multichannel output. Fixes
|
||||
audio in some games and mpv in some cases.
|
||||
- 1 Small fix and 1 improvement.
|
||||
|
||||
|
||||
## SPA
|
||||
- Fix another bug caused by reversing the filter default value
|
||||
preference. (#4722)
|
||||
|
||||
# pulse-server
|
||||
- Implement STREAM_DONT_INHIBIT_AUTO_SUSPEND flags. This can
|
||||
reduce power in pavucontrol when monitoring inactive streams.
|
||||
(#4255 #4726)
|
||||
|
||||
# ALSA
|
||||
- Fix a potential deadlock when calling _drop and _drain at the
|
||||
same time. (#4728)
|
||||
|
||||
|
||||
Older versions:
|
||||
|
||||
# PipeWire 1.4.4 (2025-05-29)
|
||||
|
||||
This is a quick bugfix release that is API and ABI compatible with
|
||||
|
|
@ -20,9 +47,6 @@ previous 1.x releases.
|
|||
- Allow a minimum of 1 buffers again instead of 8. libcamera will
|
||||
allocate only 4 buffers so we need to support this.
|
||||
|
||||
|
||||
Older versions:
|
||||
|
||||
# PipeWire 1.4.3 (2025-05-22)
|
||||
|
||||
This is a bugfix release that is API and ABI compatible with
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('pipewire', ['c' ],
|
||||
version : '1.4.4',
|
||||
version : '1.4.5',
|
||||
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