summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-16 18:35:11 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:26 -0800
commit87c8466fd6c0a8820b605739e30aedf2f0b1bab8 (patch)
tree6da1dc674375eeb444ca589f1d4f97ecbffb4332 /meta-multimedia
parenta9f56dcce3f605c6e8fda9f9672177f3f37731f8 (diff)
downloadmeta-openembedded-87c8466fd6c0a8820b605739e30aedf2f0b1bab8.tar.gz
pipewire: Upgrade 0.3.84 -> 0.3.85
PipeWire 0.3.85 (2023-11-16) This is the fifth (and last) 1.0 release candidate that is API and ABI compatible with previous 0.3.x releases. Highlights - Fix an issue where a link could end up paused while not negotiated. - Fix an infinite recursion issue when finding runnable nodes. - Support XDG base directories when loading ACP config. - Fix MIDI event recording preview in Ardour. - Many more small fixes, cleanups and improvements. PipeWire - Fix an issue where a link could end up paused while not negotiated. (#3619) - Fix an infinite recursion issue when finding runnable nodes by stopping the scan on feedback links around the driver. (#3621) - The system service now has better socket permissions. Modules - Add support for uclamp. This allows the scheduler to make better informed decisions about where tasks should be placed, and what pstate to set for the CPU it is running on. - Emit warnings when applications are not doing the right locking instead of crashing. - Improve media.name for RAOP sinks. (#3801) - Support pause/resume in pipe-tunnel. (#3197) - Remove time rlimit when probing for realtime to avoid SIGXCPU. SPA - Fix a bug where the resampler would be activated even when there is an ALSA pitch element. (#3628) - Improve resume from suspend in ALSA. (#3646) - Add option to expose ALSA controls as prop params. - Support XDG base directories when loading ACP config. This makes it possible to override the ACP config files. Bluetooth - Schedule nodes in the same ISO group together. - More BAP fixes and cleanups. JACK - Fix MIDI events from peer ports. This makes the MIDI event recording preview of Ardour work correctly. GStreamer - Fix some error handling in the source and sink. ALSA plugin - Improve poll descriptor handling. (#3648) Docs - Many improvements to the layout and organization. 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.85.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.85.bb
index 25d4762c8..883d02d51 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.85.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "cf46c4f5af6fc026881dbd4e837e71d8e507beef" 15SRCREV = "7db1e7f643a454056327999b2d8e35d8097b5593"
16SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https" 16SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"