diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-30 07:38:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-30 00:20:59 -0700 |
commit | f9afd633705c46033a9e7539af4ad7423890ac7c (patch) | |
tree | ee4cba2f8e6fe2846260c125349d2a9284bcc58a | |
parent | 24b89b9ccc49b201543af21ece205bfc7b5d7390 (diff) | |
download | meta-openembedded-f9afd633705c46033a9e7539af4ad7423890ac7c.tar.gz |
pipewire: upgrade 0.3.78 -> 0.3.79
This is a quick bugfix release that is API and ABI compatible with previous
0.3.x releases.
- Fix a regression in suspend that could cause silence.
- Fix a regression in JACK port registration that could cause all kinds of
JACK problems. (#3485)
- Fix a typo in the neon sample conversion functions that could cause
distortion.
- Add BAP broadcast source and sink support.
- pw-top now has a batch mode to dump the output to stdout.
- Many more bugfixes and improvements.
- Fix a regression in shutdown where a node might not first suspend
properly. This cause loss of sound in some cases. (#3378)
- Failure to compile a regular expression in the config file will now
be reported and ! can be used to negate the match. (#3460)
- Fix a regression where some nodes might not set running in some
cases.
- Nodes are now suspended before the format is cleared, which might
fix some crashes.
- pw-top now has a batch mode to dump the output to stdout.
- The queued samples in audioconvert are now correctly reported in the
delay. (#3454)
- Make it easier to add a custom profile in ACP.
- Fix a typo in the neon sample conversion functions that could cause
distortion. (#3463)
- device.profile.pro=true is added for pro audio nodes.
- An xrun counter was added to spa_io_clock to detect and track skipped
data because of xruns.
- Add alsa-sink and alsa-source modules. (#3456)
- Fix a regression where only the BAP off profile is shown.
- Add BAP broadcast source and sink support.
- Also emit a latency notify when the buffer size changes.
- Fix a regression in JACK port registration. (#3485)
- jack_port_tie() is now supported.
- Improve property handling, support lists and ranges in addition to
fixed values. (#3451)
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_0.3.79.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.79.bb index cf2773ff49..1304c0ac85 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.79.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ | |||
13 | 13 | ||
14 | DEPENDS = "dbus ncurses" | 14 | DEPENDS = "dbus ncurses" |
15 | 15 | ||
16 | SRCREV = "188f784430283afb08abb8e6540ddbc674e09399" | 16 | SRCREV = "b5c3f217926f9066a1afbee7eb20967dd6896c56" |
17 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https" | 17 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |