summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-01-21 16:39:43 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-22 22:01:05 -0800
commitb7bd06e9b4ff1bf55b5ba8943c2547ec8ff6dba7 (patch)
tree86218e090492347cf6fe1d0f181712d44b9e537a /meta-multimedia/recipes-multimedia
parent37f675a8bc8fdb7baeb0422ed263ae048f9dc164 (diff)
downloadmeta-openembedded-b7bd06e9b4ff1bf55b5ba8943c2547ec8ff6dba7.tar.gz
pipewire: update 1.4.9 -> 1.4.10
PipeWire 1.4.10 (2026-01-16) This is a small bugfix release that is API and ABI compatible with previous 1.x releases. Highlights - Fix a regression in restoring volumes on nodes. - Clean up timed out stream on pulse-server. - Backport filter-graph channel support. - More small fixes and improvements. PipeWire - Backport the timer queue from 1.5. modules - Fix module leak in module-eq. (#5045) - Fix profiling of multiple drivers when profile.interval.ms is set. (#5061) - Allow both sink and source pulse tunnels with the same name. (#5079) SPA - Emit props events in all cases. (#4610) - Backport some filter-graph changes to make it adapt better to the number of channels of the stream. - Fix some port errors in filter-graph. (#4700) - Avoid a memcpy in the convolver. - Handle some DBus errors better instead of crashing. - Fix AVX2 functions and flags. (#5072) - Limit resampler phases to avoid crashes (#5073) - Support some more channel downmix positions. pulse-server - Clean up timed out streams. (#4901) - Add message to force mono mixdown. GStreamer - Avoid scaling overflow in the clock. 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/recipes-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.10.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.10.bb
index 683d5f3ce0..a0b3848dd0 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "fd60e04525f3a04d90bf50085222e0cc9139b4a4" 15SRCREV = "ced36a5315135044a22c4b373be44368d312f9c8"
16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}" 16BRANCH = "${@oe.utils.trim_version('${PV}', 2)}"
17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}" 17SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=${BRANCH};protocol=https;tag=${PV}"
18 18