This commit is contained in:
Wim Taymans 2025-05-29 09:17:47 +02:00
parent fc9aa51619
commit 3f79bcae5d
2 changed files with 26 additions and 4 deletions

28
NEWS
View file

@ -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)
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
sysex.
Older versions:
# PipeWire 1.4.2 (2025-04-14)
This is a bugfix release that is API and ABI compatible with