diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-01-16 19:42:50 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-19 09:51:06 -0800 |
commit | 819e1ef4b4a2bedf66db66e38e6a712bf85dec72 (patch) | |
tree | 938d3b8039d8168fec2f84fcaa8a0b5824afe0ac /meta-multimedia | |
parent | 256262d46963454e37db479fad14157abe61cbe1 (diff) | |
download | meta-openembedded-819e1ef4b4a2bedf66db66e38e6a712bf85dec72.tar.gz |
pipewire: update 1.0.0 -> 1.0.1
This is a bugfix release that is API and ABI compatible with previous
1.0.x releases.
- Work around the buggy ALSA backend in libcanberra by forcing the pulse
backend in module-x11-bell.
- Fix a race in the device info updates in pulse-server.
- Fix timing and rate matching in ALSA sequencer.
- Improve timing information in JACK and from the ALSA driver.
- More small fixes and improvements.
- Fix a build issue when examples where disabled.
- Avoid some compiler warnings.
- Avoid some bitfield data races. (#3706)
- Bump the PTP driver priority. (#3217)
- Support the previous "allowed" permission in the access module.
- Fix filename leak in module-filter-chain.
- Work around the buggy ALSA backend in libcanberra by forcing the pulse
backend in module-x11-bell. (#3688)
- Fix a race in the device info updates in pulse-server.
- Fix compatibility in RAOP. (#3698)
- Handle ALSA picth control errors correctly
- Clamp buffer-frames correctly. (#3000)
- Fix timing and rate matching in ALSA sequencer. (#3657)
- Revert a commit that could result in current time in the future in the
timing updates.
- Improve adapter state checks.
- Remove the timer from the ALSA pcm.
- Fix timeout in freewheel driver.
- Also handle active ports for monitor sources.
- Fix zeroconf-publish format properties.
- Improve timing and transport calculations.
- Handle -ENOENT from the core and don't error out.
- Handle node port removal in the device provider. (#3708)
- Improve error handling while connecting.
- Fix dts_offset.
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.0.1.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.1.bb index b4da781f0f..a312594ada 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.1.bb | |||
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
14 | 14 | ||
15 | SRCREV = "4debdcd40b055b3eaa83a8f4443aa990ea566bfe" | 15 | SRCREV = "79b98884af80329f59596906231da5597bcdb7b6" |
16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https" | 16 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.0;protocol=https" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||