mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
release 0.4.16
This commit is contained in:
parent
0ac2947aed
commit
0d249b8a13
2 changed files with 58 additions and 5 deletions
61
NEWS.rst
61
NEWS.rst
|
|
@ -1,6 +1,62 @@
|
|||
WirePlumber 0.4.15
|
||||
WirePlumber 0.4.16
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Additions:
|
||||
|
||||
- Added a new "sm-objects" script that allows loading objects on demand
|
||||
via metadata entries that describe the object to load; this can be used to
|
||||
load pipewire modules, such as filters or network sources/sinks, on demand
|
||||
|
||||
- Added a mechanism to override device profile priorities in the configuration,
|
||||
mainly as a way to re-prioritize Bluetooth codecs, but this also can be used
|
||||
for other devices
|
||||
|
||||
- Added a mechanism in the endpoints policy to allow connecting filters
|
||||
between a certain endpoint's virtual sink and the device sink; this is
|
||||
specifically intended to allow plugging a filter-chain to act as equalizer
|
||||
on the Multimedia endpoint
|
||||
|
||||
- Added wp_core_get_own_bound_id() method in WpCore
|
||||
|
||||
Changes:
|
||||
|
||||
- PipeWire 0.3.68 is now required
|
||||
|
||||
- policy-dsp now has the ability to hide hardware nodes behind the DSP sink
|
||||
to prevent hardware misuse or damage
|
||||
|
||||
- JSON parsing in Lua now allows keys inside objects to be without quotes
|
||||
|
||||
- Added optional argument in the Lua JSON parse() method to limit recursions,
|
||||
making it possible to partially parse a JSON object
|
||||
|
||||
- It is now possible to pass ``nil`` in Lua object constructors that expect an
|
||||
optional properties object; previously, omitting the argument was the only
|
||||
way to skip the properties
|
||||
|
||||
- The endpoints policy now marks the endpoint nodes as "passive" instead of
|
||||
marking their links, adjusting for the behavior change in PipeWire 0.3.68
|
||||
|
||||
- Removed the "passive" property from si-standard-link, since only nodes are
|
||||
marked as passive now
|
||||
|
||||
Fixes:
|
||||
|
||||
- Fixed the ``wpctl clear-default`` command to completely clear all the
|
||||
default nodes state instead of only the last set default
|
||||
|
||||
- Reduced the amount of globals that initially match the interest in the
|
||||
object manager
|
||||
|
||||
- Used an idle callback instead of pw_core_sync() in the object manager to
|
||||
expose tmp globals
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.4.15
|
||||
..................
|
||||
|
||||
Additions:
|
||||
|
||||
- A new "DSP policy" module has been added; its purpose is to automatically
|
||||
|
|
@ -51,9 +107,6 @@ Changes/Fixes:
|
|||
- Added some missing `\since` annotations and made them show up in the
|
||||
generated gobject-introspection file, to help bindings generators
|
||||
|
||||
Past releases
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
WirePlumber 0.4.14
|
||||
..................
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('wireplumber', ['c'],
|
||||
version : '0.4.15',
|
||||
version : '0.4.16',
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59.0',
|
||||
default_options : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue