diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-12-06 12:40:24 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-06 20:55:57 -0800 |
commit | 258e279c34e83231cdd29e597a03141e44cc447b (patch) | |
tree | 3846b3ee2ce8792d74489a7b13f5277b4bc5793f | |
parent | 3c559f1bf0d63f41ce22a6bd648b530cc926f3c6 (diff) | |
download | meta-openembedded-258e279c34e83231cdd29e597a03141e44cc447b.tar.gz |
pipewire: update 1.2.6 -> 1.2.7
This is a bugfix release that is API and ABI compatible with the previous
1.2.x and 1.0.x releases.
- Backport support for lazy scheduling.
- Handle the case where processing would stop when an ALSA driver is
destroyed.
- Add support for v4l2loopback in the v4l2 plugin.
- Small bug fixes and improvements.
- Invalidate the proxy ID when removed.
- Backport support for lazy scheduling.
- Fix profiler stats for async nodes.
- Fix EARLY_PROCESS again in pw-stream. (#3480)
- Fix a crasher issue when nodes are created in the wrong order in
module-filter-chain.
- Fix unmap bug in lv2 uri tables.
- Add ratelimit to jack-tunnel xruns.
- Remove hardcoded limit in filter-chain sofa plugin.
- Handle the MTU size correctly in module-rtp and handle large MTUs.
(#4396)
- Fix JSON float parsing errors in equalizer module. (#4418)
- Fix crash in audiotestsrc when using spa-inspect (#4365).
- Improve JSON float infinity checks.
- Improve resampler performace a little.
- Make audioconvert only output when there is something to output.
- Fix regression in v4l2 port flags which would disable support for
EXPBUF.
- Handle the case where an ALSA driver is destroyed and the follower
becomes a driver. Processing would stop. (#4401)
- Add support for v4l2loopback in the v4l2 plugin.
- Give a better error message when running out of fds.
- Ensure positive latency reporting.
- Fix memory leak in deviceprovider.
- Fix locking when emitting an error.
- Fix pw-dot link labels.
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.2.7.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb index b1ee07370d..d2aede6d49 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.7.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
14 | 14 | ||
15 | SRCREV = "79eebcb72490484e25208971ca15b9e0ea25bd95" | 15 | SRCREV = "cc7439187f61dd73b81ca69f5dbccbb52ce970b2" |
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 | SRC_URI += "file://0ca64277b317b4836beccaa3248ab9055526811c.patch" | 17 | SRC_URI += "file://0ca64277b317b4836beccaa3248ab9055526811c.patch" |
18 | 18 | ||