diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-06-01 13:37:02 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-01 08:31:25 -0700 |
commit | 834dda2fad231be22c57bf66aa97b8749e19f3c6 (patch) | |
tree | 3e0511ecd04dfd58a613cdd272a6000ee22a8b27 | |
parent | 7854c673d0d0755ccb922ba48e80ca6143318c36 (diff) | |
download | meta-openembedded-834dda2fad231be22c57bf66aa97b8749e19f3c6.tar.gz |
pipewire: updatre 1.4.3 -> 1.4.4
PipeWire 1.4.4 (2025-05-29)
This is a quick bugfix release that is API and ABI compatible with
previous 1.x releases.
Highlights
- Provide better compatibility with 1.2 for MIDI.
- Fix mpv buffer negotiation regression.
- Improve GStreamer compatibility with libcamera.
SPA
- Provide conversions to old style midi in the ALSA sequencer.
- Negotiate only to UMP when using a newer library.
- Fix negotiation direction for buffers, prefer the converter
suggestion instead of the application until we can be sure
applications make good suggestions.
GStreamer
- Allow a minimum of 1 buffers again instead of 8. libcamera will
allocate only 4 buffers so we need to support this.
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/pipewire/pipewire_1.4.4.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.4.bb index 5fe8a1c105..5eefb07532 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.4.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
14 | 14 | ||
15 | SRCREV = "331d5e03516a99c56b3064dbbbd639a3ae848d36" | 15 | SRCREV = "3f79bcae5d4415f82907b49221ca05241a7f263c" |
16 | BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" | 16 | BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" |
17 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https" | 17 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https" |
18 | 18 | ||