mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-30 11:10:29 -04:00
1.4.4
This commit is contained in:
parent
fc9aa51619
commit
3f79bcae5d
2 changed files with 26 additions and 4 deletions
28
NEWS
28
NEWS
|
|
@ -1,3 +1,28 @@
|
||||||
|
# PipeWire 1.4.4 (2025-05-29)
|
||||||
|
|
||||||
|
This is a quick bugfix release that is API and ABI compatible with
|
||||||
|
previous 1.x releases.
|
||||||
|
|
||||||
|
## Highlights
|
||||||
|
- Provide better compatibility with 1.2 for MIDI.
|
||||||
|
- Fix mpv buffer negotiation regression.
|
||||||
|
- Improve GStreamer compatibility with libcamera.
|
||||||
|
|
||||||
|
|
||||||
|
## SPA
|
||||||
|
- Provide conversions to old style midi in the ALSA sequencer.
|
||||||
|
- Negotiate only to UMP when using a newer library.
|
||||||
|
- Fix negotiation direction for buffers, prefer the converter
|
||||||
|
suggestion instead of the application until we can be sure
|
||||||
|
applications make good suggestions.
|
||||||
|
|
||||||
|
## GStreamer
|
||||||
|
- 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)
|
# PipeWire 1.4.3 (2025-05-22)
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible with
|
This is a bugfix release that is API and ABI compatible with
|
||||||
|
|
@ -38,9 +63,6 @@ previous 1.x releases.
|
||||||
- Handle sysex in UMP better by appending the converted midi1
|
- Handle sysex in UMP better by appending the converted midi1
|
||||||
sysex.
|
sysex.
|
||||||
|
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
# PipeWire 1.4.2 (2025-04-14)
|
# PipeWire 1.4.2 (2025-04-14)
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible with
|
This is a bugfix release that is API and ABI compatible with
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '1.4.3',
|
version : '1.4.4',
|
||||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||||
meson_version : '>= 0.61.1',
|
meson_version : '>= 0.61.1',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue