diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-08-29 18:41:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-29 10:25:18 -0700 |
| commit | 4fdac1bbc2efd536c838e93577fc57887cd3aa37 (patch) | |
| tree | 5a99a5bc20dde240711b1072a26678a0c377cb82 /meta-multimedia | |
| parent | 1d0b13c58e8389352db039fd49d434edee6ef59b (diff) | |
| download | meta-openembedded-4fdac1bbc2efd536c838e93577fc57887cd3aa37.tar.gz | |
pipewire: update 1.2.2 -> 1.2.3
PipeWire 1.2.3 (2024-08-22)
This is a bugfix release that is API and ABI compatible with the
previous 1.2.x and 1.0.x releases.
Highlights
- Implement freewheeling support in the FFADO driver. Also improve
buffersize and samplerate handling.
- Improve some locking on spa_loop. Remove a possible deadlock when
the queue was full.
- Allocate more space for the libcamera devices string to properly
deduplicate libcamera and v4l2 devices.
- Some more bugfixes and improvements.
PipeWire
- Improve activation state changes and xrun detection some more.
(#4182)
- Avoid a memory leak when a link in error is destroyed.
Modules
- Improve samplerate and buffersize handling in FFADO driver so that
it is possible to force a rate and buffer size.
- Implement freewheeling support in the ffado driver.
- Always set the server side clock.quantum-limit on nodes. This fixes
a buffer size problem in Midi-bridge. (#4005)
SPA
- Improve some locking on spa_loop. Remove a possible deadlock when
the queue was full. (#4114)
- Allocate more space for the libcamera devices string to properly
deduplicate libcamera and v4l2 devices.
- Fix a potential race when enumerating v4l2 udev devices. (#3960)
Bluetooth
- Improve compatibility with some devices (Soundcore Motion 300).
Tools
- pw-cli can now handle arbitrarily large input and params. (#4166)
- Avoid some compiler warnings in pw-top.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.3.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.2.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.3.bb index ab9f0c19d5..0a2088a3cd 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.2.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.3.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 12 | 12 | ||
| 13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
| 14 | 14 | ||
| 15 | SRCREV = "e224ccdcb7514bc7417f46c75d137fbee231e7fc" | 15 | SRCREV = "e2a76824e2b112b15ae4a1a3d444696d5526f8d8" |
| 16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.2;protocol=https" | 16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.2;protocol=https" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
