diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-08-23 16:29:51 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 923a50c79f2a1cc8c8e5e3cbdaccf54ba703dcb9 (patch) | |
tree | 9eb225cfdb56f05e10ef0c644471b616a955f950 /meta-multimedia | |
parent | 67d15694162b271d62fef01946c615e3e215a038 (diff) | |
download | meta-openembedded-923a50c79f2a1cc8c8e5e3cbdaccf54ba703dcb9.tar.gz |
pipewire: upgrade 0.3.77 -> 0.3.78
This is a small bugfix release that is API and ABI compatible with previous
0.3.x releases.
- An old regression was fixed with where some nodes would not run.
- A regression was fixed where removed events would not be shown in some
cases. This would result in duplicate entries in audio clients.
- Fix an off-by-one in the vban audio receiver. Tweak the rate adaption
a little.
- ACP will now set a UCM verb before probing the pro-audio devices.
- More bugfixes and improvements.
- An old regression was fixed with where some nodes would not run. (#3405)
- Suspend was improved a little to avoid races when the session manager would
suspend right when a driver was starting.
- module-rtp-sap does not use the deprecated inet_aton anymore.
- Fix an off-by-one in the vban audio receiver. Tweak the rate adaption
a little. (#3380)
- ACP will now set a UCM verb before probing the pro-audio devices. (#3407)
- The mandatory flag will be set now on the video modifiers.
- EVL was updated to Xenomai4 r46 and xbuf creation was improved.
- An option was added to force colors in the log even when logging to !tty.
- The return type of spa_pod_builder_control() was fixed.
- inotify errors are handled better now. (#3439)
- A regression was fixed where removed events would not be shown in some
cases. (#3414)
- Improve compatibility with more devices, avoid reusing the same transport
for different media-sink instances to avoid encoder resets.
- Improve enumeration of codec profiles for BAP and A2DP.
- Ensure we can't iterate ports from a deactivated client. Also make sure
the JACK clients with the node.always-process=false always show their
ports. (#3416)
- A potential crash was fixed in the device provider when stopping.
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_0.3.78.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb index 34b372096..cf2773ff4 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.78.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ | |||
13 | 13 | ||
14 | DEPENDS = "dbus ncurses" | 14 | DEPENDS = "dbus ncurses" |
15 | 15 | ||
16 | SRCREV = "31cd694602cc37ada3a6d02a5a381f4e3933ecef" | 16 | SRCREV = "188f784430283afb08abb8e6540ddbc674e09399" |
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" |