summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-12-06 12:40:25 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-06 20:55:57 -0800
commit38c60656c6005208f739a8d64cd196d813eac5fc (patch)
treeefb125784c04853913f9f2b0d0eb2a5e6df60296
parent258e279c34e83231cdd29e597a03141e44cc447b (diff)
downloadmeta-openembedded-38c60656c6005208f739a8d64cd196d813eac5fc.tar.gz
wireplumber: update 0.5.6 -> 0.5.7
WirePlumber 0.5.7 ~~~~~~~~~~~~~~~~~ Highlights: - Fixed an issue that would cause random profile switching when an application was trying to capture from non-Bluetooth devices (#715, #634, !669) - Fixed an issue that would cause strange profile selection issues [choices not being remembered or unavailable routes being selected] (#734) - Added a timer that delays switching Bluetooth headsets to the HSP/HFP profile, avoiding needless rapid switching when an application is trying to probe device capabilities instead of actually capturing audio (!664) - Improved libcamera/v4l2 device deduplication logic to work with more complex devices (!674, !675, #689, #708) Fixes: - Fixed two memory leaks in module-mixer-api and module-dbus-connection (!672, !673) - Fixed a crash that could occur in module-reserve-device (!680, #742) - Fixed an issue that would cause the warning "[string "alsa.lua"]:182: attempt to concatenate a nil value (local 'node_name')" to appear in the logs when an ALSA device was busy, breaking node name deduplication (!681) - Fixed an issue that could make find-preferred-profile.lua crash instead of properly applying profile priority rules (#751) 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.7.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.bb
index 7c308bd485..34a7ec0d82 100644
--- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.6.bb
+++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.7.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
13SRCREV = "141b2d5d3f793e20f94421c554d8d9c51143ce0d" 13SRCREV = "3e7c87a84c30125717eaf8adb1aca3d4dedbb70e"
14SRC_URI = " \ 14SRC_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 \