diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-03-09 08:58:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-10 09:41:56 -0700 |
commit | 8599105e887771f2844b4c7da37ee1d955e079db (patch) | |
tree | 880e7fbc46ad6e4bc55e7b9b4238750abe98bfe2 | |
parent | 67e8544511d6d1dd220f520fb7d0b08ca08e0280 (diff) | |
download | meta-openembedded-8599105e887771f2844b4c7da37ee1d955e079db.tar.gz |
wireplumber: update 0.5.7 -> 0.5.8
WirePlumber 0.5.8
~~~~~~~~~~~~~~~~~
Additions & Enhancements:
- Added support for handling UCM SplitPCM nodes in the ALSA monitor, which
allows native PipeWire channel remapping using loopbacks for devices that
use this feature (!685)
- Introduced new functions to mark WpSpaDevice child objects as pending.
This allows properly associating asynchronously created loopback nodes with
their parent WpSpaDevice without losing ObjectConfig events (!687, !689)
- Improved the node name deduplication logic in the ALSA monitor to prevent
node names with .2, .3, etc appended to them in some more cases (!688)
- Added a new script to populate ``session.services``. This is a step towards
implementing detection of features that PipeWire can service (!686)
Fixes:
- Fixed an issue that was causing duplicate Bluetooth SCO (HSP/HFP) source
nodes to be shown in UIs (#701, !683)
- In the BlueZ monitor, marked the source loopback node as non-virtual,
addressing how it appears on UIs (#729)
- Disabled stream-restore for device loopback nodes to prevent unwanted
property changes (!691)
- Fixed ``wp_lua_log_topic_copy()`` to correctly copy topic names (#757)
- Updated script tests to handle differences in object identifiers
(``object.serial`` vs ``node.id``), ensuring proper test behavior (#761)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb index 34a7ec0d82..33efea2e40 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.8.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ | |||
10 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ | 10 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRCREV = "3e7c87a84c30125717eaf8adb1aca3d4dedbb70e" | 13 | SRCREV = "ac69acb3c2b7dc6d91776d5582dd0b2703bb71eb" |
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
15 | git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ | 15 | git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ |
16 | file://90-OE-disable-session-dbus-dependent-features.lua \ | 16 | file://90-OE-disable-session-dbus-dependent-features.lua \ |