diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-03-24 15:03:53 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-24 20:59:08 -0700 |
commit | 8f09c1aca97805d1d23a26f73086d24acf2c54fb (patch) | |
tree | be2a27d0f1711e94a413a6de81038b5be3698c80 | |
parent | 39250b71d9dcd2f8ab5c98696b5e6e669129fa08 (diff) | |
download | meta-openembedded-8f09c1aca97805d1d23a26f73086d24acf2c54fb.tar.gz |
pipewire: update 1.4.0 -> 1.4.1
This is a quick bugfix release that is API and ABI compatible with
previous 1.x releases.
- Handle SplitPCM wrong channels specifications. This fixes some
problems with disappearing devices.
- Add backwards compatibility support for when the kernel does not
support UMP. Also fix UMP output. This restores MIDI support for
older kernels/ALSA.
- Fix a crash in audioconvert because the resampler was not using the
right number of channels.
- Some compilation fixes and small improvements.
- Don't emit events when disconnecting a stream. (#3314)
- Fix some compilation problems. (#4603)
- Bump the ROC requirement to version 0.4.0
- Handle SplitPCM too few or too many channels. Add an error string
to the device names when the UCM config has an error.
- Add backwards compatibility support for when the kernel does not
support UMP.
- Configure the channels in the resampler correctly in all
cases. (#4595)
- Fix UMP output.
- Use the right samplerate of the filter-graph in audioconvert in
all cases.
- Fix a crash with an incomming call.
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.4.1.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb index a57fbca229..2bd7739433 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | DEPENDS = "dbus ncurses" | 13 | DEPENDS = "dbus ncurses" |
14 | 14 | ||
15 | SRCREV = "df1c36aec2aaf9e2eb1596b6b55e72c15fb2088a" | 15 | SRCREV = "2eb8cf5dc780ca22b94545f1254497a428c412f5" |
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=master;protocol=https" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |