diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-03-14 12:29:58 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-14 07:42:47 -0700 |
commit | 98afa5696b4084ecfa4d9c6b19906d4a413ebaeb (patch) | |
tree | 269a4c9e059c2a33c7166ca5966f4cdd91bc7692 | |
parent | 9818ed0ab7be65bf6f219467e22e06c0a1b74709 (diff) | |
download | meta-openembedded-98afa5696b4084ecfa4d9c6b19906d4a413ebaeb.tar.gz |
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 <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.4.14.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.13.bb b/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 \ | |||
11 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ | 11 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "7cb1b8b92e96ebd1b7e632cda32715fed713d333" | 14 | SRCREV = "6d0c7f7b7f484b3cd2aaf2e2b3cc902c095b4946" |
15 | SRC_URI = " \ | 15 | SRC_URI = " \ |
16 | git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ | 16 | git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ |
17 | file://90-OE-disable-session-dbus-dependent-features.lua \ | 17 | file://90-OE-disable-session-dbus-dependent-features.lua \ |