diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-09-15 06:26:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-15 09:55:17 -0700 |
| commit | 96f7952ec3854241320e8fbbbd732b8f9f1de141 (patch) | |
| tree | bf7e12ac591d6aa20178e60c9d0faa2a32108b34 | |
| parent | ac0808ce8e9893b847ffb933bb498f0d31ec2611 (diff) | |
| download | meta-openembedded-96f7952ec3854241320e8fbbbd732b8f9f1de141.tar.gz | |
wireplumber: update 0.5.10 -> 0.5.11
WirePlumber 0.5.11
~~~~~~~~~~~~~~~~~~
Additions & Enhancements:
- Added modem manager module for tracking voice call status and voice call
device profile selection hooks to improve phone call audio routing on
mobile devices (!722, !729, #819)
- Added MPRIS media player pause functionality that automatically pauses
media playback when the audio target (e.g. headphones) is removed (!699, #764)
- Added support for human-readable names and localization of settings in
``wireplumber.conf`` with ``wpctl`` displaying localized setting descriptions (!712)
- Improved default node selection logic to use both session and route
priorities when nodes have equal session priorities (!720)
- Increased USB device priority in the ALSA monitor (!719)
Fixes:
- Fixed multiple Lua runtime issues including type confusion bugs, stack
overflow prevention, and SPA POD array/choice builders (!723, !728)
- Fixed proxy object lifecycle management by properly clearing the
OWNED_BY_PROXY flag when proxies are destroyed to prevent dangling
pointers (!732)
- Fixed state-routes handling to prevent saving unavailable routes and
eliminate race conditions during profile switching (!730, #762)
- Fixed some memory leaks in the script tester and the settings iterator (!727, !726)
- Fixed a potential crash caused by module-loopback destroying itself when the
pipewire connection is closed (#812)
- Fixed profile saving behavior in ``wpctl set-profile`` command (#808)
- Fixed GObject introspection closure annotation
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.11.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.11.bb index 8e50378bfd..665efd95af 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.11.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 = "7a4d3177550b6b53fe0a49396da5b07f5353daff" | 13 | SRCREV = "3a785e502642ddb1e91d953e587c7b06444e0b51" |
| 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 \ |
