diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-07-22 08:20:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-22 11:02:32 -0700 |
| commit | 188186a3a03510aa3eca0cd4c571eb2a5633185e (patch) | |
| tree | a30fac405dff0e3ebf6cd31bf8a6fcea295e4477 /meta-multimedia | |
| parent | c66db889484059a2339b374e789425f6829d6ee6 (diff) | |
| download | meta-openembedded-188186a3a03510aa3eca0cd4c571eb2a5633185e.tar.gz | |
pipewire: update 1.2.0 -> 1.2.1
PipeWire 1.2.1 (2024-07-12)
This is a bugfix release that is API and ABI compatible with previous
the previous 1.2.0 release and the 1.0.x releases.
Highlights
- Fix a regression in the node activation counters that would break audio
when using KODI.
- Fix a regression in ardour export because of mishandling of sync groups.
- Fix a regression in KDE screen preview because of the new async
scheduling.
- Fix a regression in context.exec argument parsing that would break some
existing scripts.
- More small bug fixes and improvements.
PipeWire
- Fix a regression in the node activation counters that would break audio
when using KODI. (#4087)
- Fix a regression in ardour export because of mishandling of sync groups.
(#4083)
- Fix a regression in KDE screen preview because of the new async
scheduling. Disable async for driver nodes. (#4092)
- Slightly improve node shutdown to cause less xruns.
- Fix a regression in context.exec argument parsing that would break some
existing scripts.
- Support custom thread create functions.
Modules
- Improve snapcast address parsing. (#4093)
SPA
- Fix multiple %f parsing in ACP for the new plug+a52 profiles.
- Improve v4l2 param generation. Improve recovery when framesize or rates
are unknown, support vivid. (#4063)
JACK
- Use the custom thread create function to correctly let module-rt kit
manage threads so that we don't end up with priorities on the wrong
threads. (#4099)
GStreamer
- Fix a crash when destroying a stream.
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.1.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.1.bb index 12c0fbfa57..a938ca632a 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.0.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.1.bb | |||
| @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
| 12 | 12 | ||
| 13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
| 14 | 14 | ||
| 15 | SRCREV = "7b4c0dd5ecb40e4d2c153699a85c51e1460361e1" | 15 | SRCREV = "d55f5ef60869fcd0b8ea4879b51607efab2eef33" |
| 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" |
