mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
0.3.9
This commit is contained in:
parent
ab999f00ae
commit
db12f47505
2 changed files with 39 additions and 1 deletions
38
NEWS
38
NEWS
|
|
@ -1,3 +1,41 @@
|
||||||
|
PipeWire 0.3.9
|
||||||
|
|
||||||
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
with previous 0.3.x releases.
|
||||||
|
|
||||||
|
- Fix bad audio in chrome
|
||||||
|
|
||||||
|
- Remove some errors that are not real errors.
|
||||||
|
|
||||||
|
- Fix 100% cpu when disconnecting devices.
|
||||||
|
|
||||||
|
- Improve pulseaudio introspection of formats
|
||||||
|
|
||||||
|
- Fix JACK metadata handling, carla can now monitor the
|
||||||
|
port it creates and insert midi.
|
||||||
|
|
||||||
|
- Add a new permission bit (M) that is needed to be able
|
||||||
|
to configure metadata on an object. Improve security of
|
||||||
|
metadata some more, only allow metadata on objects that
|
||||||
|
are visible to the client setting the metadata.
|
||||||
|
|
||||||
|
- Add support for videocrop in the GStreamer elements.
|
||||||
|
|
||||||
|
- Improve handling of the runtime directory for the
|
||||||
|
server sockets. Add some reasonable fallback when
|
||||||
|
XDG_RUNTIME_DIR is not set, as suggested in the spec.
|
||||||
|
|
||||||
|
- Improve ALSA device names from ACP.
|
||||||
|
|
||||||
|
- Fix various crasher bugs. One in the pulse layer, one in
|
||||||
|
the session manager.
|
||||||
|
|
||||||
|
- Make alsa plugin respect the PIPEWIRE_REMOTE env variable.
|
||||||
|
|
||||||
|
- Various compile fixes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PipeWire 0.3.8
|
PipeWire 0.3.8
|
||||||
|
|
||||||
This is a bugfix release that is API and ABI compatible
|
This is a bugfix release that is API and ABI compatible
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.3.8',
|
version : '0.3.9',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.49.0',
|
meson_version : '>= 0.49.0',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue