diff options
| author | Markus Volk <f_l_k@t-online.de> | 2025-07-08 15:29:52 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-09 09:16:04 -0700 |
| commit | 65038701de4f339947db906923692c6127eadc95 (patch) | |
| tree | 2bab72f249e34b800c494b46ede43baf2889255d | |
| parent | 8f6d4090e2df568c498b51f6dfbe92e0942a1e73 (diff) | |
| download | meta-openembedded-65038701de4f339947db906923692c6127eadc95.tar.gz | |
pipewire: update 1.4.5 -> 1.4.6
PipeWire 1.4.6 (2025-06-27)
This is a bugfix release that is API and ABI compatible with
previous 1.x releases.
Highlights
- Fix a crasher bug in filter-chain and one in the ALSA plugin.
- Improve latency reporting in module-combine-stream.
- Some smaller fixes and cleanups.
modules
- Improve latency handling in module-combine-stream. (#4731)
- Improve save activation/deactivation of the filter-graph in
module-filter-chain to avoid crashes. (#4700, #4750)
- Add an option to disable RAOP with a context.property.
SPA
- Handle NULL io in alsa wakeup code. This can happen when there
is negotiation happening. (#4734)
- Enable interrupts after an ALSA error to keep the dataflow
going.
- Reset some stats better after an ALSA error.
- Support the alsa.use-ucm property for the ALSA udev plugin.
pulse-server
- Mark empty buffers. This improves some code paths in the mixer.
GStreamer
- Fix a refcount issue in the device provider.
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.6.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.6.bb index e41cfd221c..34415c4444 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.5.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.6.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 12 | 12 | ||
| 13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
| 14 | 14 | ||
| 15 | SRCREV = "83ada1e086f8fa49bf9652df2edd9ccee5efa48b" | 15 | SRCREV = "83a155d0c09d703bdc95ed4558277784e9751bd3" |
| 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 | ||
