From 98afa5696b4084ecfa4d9c6b19906d4a413ebaeb Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 14 Mar 2023 12:29:58 +0100 Subject: [PATCH] wireplumber: update 0.4.13 -> 0.4.14 WirePlumber 0.4.14 ~~~~~~~~~~~~~~~~~~ Additions: - Added support for managing Bluetooth-MIDI, complimenting the parts that were merged in PipeWire recently (!453) - Added a default volume configuration option for streams whose volume has never been saved before; that allows starting new streams at a lower volume than 100% by default, if desired (!480) - Added support for managing link errors and propagating them to the client(s) involved. This allows better error handling on the application side in case a format cannot be negotiated - useful in video streams (see !484, pipewire#2935) - snd_aloop devices are now described as being "Loopback" devices (pipewire#2214) - ALSA nodes in the pro audio profile now get increased graph priority, so that they are more likely to become the driver in the graph - Added support for disabling libcamera nodes & devices with ``node.disabled`` and ``device.disabled``, like it works for ALSA and V4L2 (#418) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{wireplumber_0.4.13.bb => wireplumber_0.4.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/wireplumber/{wireplumber_0.4.13.bb => wireplumber_0.4.14.bb} (99%) diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.13.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.14.bb similarity index 99% rename from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.13.bb rename to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.14.bb index 0203f8bf50..6f93b443d2 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.13.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.14.bb @@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ " -SRCREV = "7cb1b8b92e96ebd1b7e632cda32715fed713d333" +SRCREV = "6d0c7f7b7f484b3cd2aaf2e2b3cc902c095b4946" SRC_URI = " \ git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ file://90-OE-disable-session-dbus-dependent-features.lua \