diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-08-18 19:13:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-18 15:54:39 -0700 |
commit | db5575b55e2245fdab8eb6e711cf4d1d061f5aa7 (patch) | |
tree | 49650fc8c1f2532fc47ba7a298a703cca0d049fb /meta-multimedia/recipes-multimedia | |
parent | 7a0155e7c5f69a4daa5d7475fcd5c160b8905f9b (diff) | |
download | meta-openembedded-db5575b55e2245fdab8eb6e711cf4d1d061f5aa7.tar.gz |
pipewire: update 1.2.1 -> 1.2.2
PipeWire 1.2.2 (2024-07-31)
This is a bugfix release that is API and ABI compatible with the
previous 1.2.x and 1.0.x releases.
Highlights
- Fix some more fallout of the async nodes rewrite. Fixes some
crackling, xruns and possibly also some crashes in some cases.
- Fix freewheeling timeouts in case of xruns. This fixes ardour export.
- Fix event mixdown in JACK. Fixes qsynth and possibly other apps.
- Some more small fixes and improvements.
PipeWire
- Add a new SPA_IO_CLOCK_FLAG_XRUN_RECOVER flag when the process function
is called because of xrun recovery.
- Properly stop nodes in all cases, this avoids spurious xruns and
scheduling errors. (#4122)
- Make sure async nodes receive an async link in all cases. Do the
processing of source output ports slightly differently to make sure we
don't cause latency for sources. (#4138) (#4133)
- Fix some races when negotiating and starting nodes. (#4094)
- Actually include the config.h header to use malloc_trim() to reduce
memory usage in pulse-server.
Modules
- Avoid unloading some modules on stream errors because it is possible to
recover from the error. (#4121)
- Fix a (harmless) warning in module-rtp because of comparing samples and
time. (#4095)
SPA
- Let the freewheel driver detect xrun recovery and handle the timeouts
correctly. This fixes an issue with ardour export.
- Remove the HDMI/AC3 profiles. they turn out to fail on some hardware
with no way to detect this.
- Signal the eventfd when the loop is full to make sure the other thread
is woken up to process the queue.
JACK
- Don't check timestamps when mixing down events. The timestamps are only
checked when writing new events with the public API. This fixes an
issue where qsynth would not receive midi events anymore.
- Fix the jack_get_time() function, it was returning nano instead of micro
seconds.
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.2.2.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.1.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.2.bb index a938ca632..ab9f0c19d 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.1.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.2.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
14 | 14 | ||
15 | SRCREV = "d55f5ef60869fcd0b8ea4879b51607efab2eef33" | 15 | SRCREV = "e224ccdcb7514bc7417f46c75d137fbee231e7fc" |
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" |