mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
0.5.4
This commit is contained in:
parent
d31615c58f
commit
dc6694fb84
2 changed files with 41 additions and 5 deletions
44
NEWS.rst
44
NEWS.rst
|
|
@ -1,6 +1,45 @@
|
|||
WirePlumber 0.5.3
|
||||
WirePlumber 0.5.4
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Highlights:
|
||||
|
||||
- Refactored the role-based linking policy (previously known also as
|
||||
"endpoints" or "virtual items" policy) to blend in with the standard desktop
|
||||
policy. It is now possible use role-based sinks alongside standard desktop
|
||||
audio operations and they will only be used for streams that have a
|
||||
"media.role" defined. It is also possible to force streams to have a
|
||||
media.role, using a setting. Other features include: blending with smart
|
||||
filters in the graph and allowing hardware DSP nodes to be also used easily
|
||||
instead of requiring software loopbacks for all roles. (#610, !649)
|
||||
|
||||
Improvements:
|
||||
|
||||
- Filters that are not declared as smart will now behave again as normal
|
||||
application streams, instead of being treated sometimes differently (!657)
|
||||
|
||||
Fixes:
|
||||
|
||||
- Fixed an issue that would cause WirePlumber to crash at startup if an
|
||||
empty configuration file was present in one of the search paths (#671)
|
||||
|
||||
- Fixed Bluetooth profile auto-switching when a filter is permanently linked
|
||||
to the Bluetooth source (!650)
|
||||
|
||||
- Fixed an issue in the software-dsp script that would cause DSP filters to
|
||||
stay around and cause issues after their device node was destroyed (!651)
|
||||
|
||||
- Fixed an issue in the autoswitch-bluetooth-profile script that could cause
|
||||
an infinite loop of switching between profiles (!652, #617)
|
||||
|
||||
- Fixed a rare issue that could cause WirePlumber to crash when dealing with
|
||||
a device object that didn't have the "device.name" property set (#674)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.3
|
||||
.................
|
||||
|
||||
Fixes:
|
||||
|
||||
- Fixed a long standing issue that would cause many device nodes to have
|
||||
|
|
@ -57,9 +96,6 @@ Improvements:
|
|||
|
||||
- Added Lua method to merge JSON containers (!637)
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.5.2
|
||||
.................
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.5.3',
|
||||
version : '0.5.4',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue