mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
1.2.4
This commit is contained in:
parent
a1418589a7
commit
5695fda57c
2 changed files with 32 additions and 4 deletions
34
NEWS
34
NEWS
|
|
@ -1,3 +1,34 @@
|
||||||
|
# PipeWire 1.2.4 (2024-09-19)
|
||||||
|
|
||||||
|
This is a bugfix release that is API and ABI compatible with the
|
||||||
|
previous 1.2.x and 1.0.x releases.
|
||||||
|
|
||||||
|
## Highlights
|
||||||
|
- Avoid a crash in cleanup of globals. (#4250)
|
||||||
|
- Use systemd-logind to scan for new devices in v4l2.
|
||||||
|
- Some more bugfixes and improvements.
|
||||||
|
|
||||||
|
|
||||||
|
## PipeWire
|
||||||
|
- Avoid a crash in cleanup of globals. (#4250)
|
||||||
|
- Improve RequestProcess dispatch.
|
||||||
|
|
||||||
|
## Tools
|
||||||
|
- Improve float parsing. (#4234)
|
||||||
|
|
||||||
|
## SPA
|
||||||
|
- Clear the ringbuffer when stopping in libcamera.
|
||||||
|
- Use systemd-logind to scan for new devices in v4l2. (#3539, #3960)
|
||||||
|
- Queue dropped first buffer in v4l2.
|
||||||
|
- Unlink pcm devices when moving drivers to avoid broken pipe.
|
||||||
|
|
||||||
|
## JACK
|
||||||
|
- Emit buffer_size callback in jack_activate() to improve
|
||||||
|
compatibility with GStreamer. (#4260)
|
||||||
|
|
||||||
|
Older versions:
|
||||||
|
|
||||||
|
|
||||||
# PipeWire 1.2.3 (2024-08-22)
|
# PipeWire 1.2.3 (2024-08-22)
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible with the
|
This is a bugfix release that is API and ABI compatible with the
|
||||||
|
|
@ -39,9 +70,6 @@ previous 1.2.x and 1.0.x releases.
|
||||||
- pw-cli can now handle arbitrarily large input and params. (#4166)
|
- pw-cli can now handle arbitrarily large input and params. (#4166)
|
||||||
- Avoid some compiler warnings in pw-top.
|
- Avoid some compiler warnings in pw-top.
|
||||||
|
|
||||||
Older versions:
|
|
||||||
|
|
||||||
|
|
||||||
# PipeWire 1.2.2 (2024-07-31)
|
# PipeWire 1.2.2 (2024-07-31)
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible with the
|
This is a bugfix release that is API and ABI compatible with the
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '1.2.3',
|
version : '1.2.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