From 58bde03379eb354d496f01f6a81f65f148f0d8fd901c935e30a5f748befb82b0 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 2 Nov 2023 12:03:37 +0000 Subject: [PATCH] Accepting request 1122661 from home:alarrosa:branches:multimedia:libs - Update to version 0.3.84 (1.0RC4): * Highlights - Fix a regression with openal because the queued buffers in the stream were not reported correctly. - Fix a bug in port busy counters that could cause random silent links. - Fix a regression in echo-cancel because it was not reporting its streams as ASYNC. - Fix a JACK regression where not all ports were enumerated in all cases. - Many more fixes and improvements. * PipeWire - pw_stream now reports the queued buffers more accurately. This fixes a regression when using openal. (#3592) - The port busy counters were not updated correctly in some cases. This could lead to negotiation errors and silent links. (#3547) - Ignore latency maximum when forcing rate/quantum. (#3613) - Nodes can now be added to multiple groups and link-groups. (#3612) * Modules - The filter-chain now also handles notify port dependencies correctly. (#3596) - Filter-chain has support for new linear, clamp, recip, exp, log, mult, sine builtin plugins. - The echo-cancel module now correctly reports its playback and capture streams as ASYNC to avoid running out of buffers. (#3593) - It is now possible to specify an array of remote names to connect to with the native protocol. OBS-URL: https://build.opensuse.org/request/show/1122661 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=168 --- _service | 2 +- pipewire-0.3.83.obscpio | 3 -- pipewire-0.3.84.obscpio | 3 ++ pipewire.changes | 64 +++++++++++++++++++++++++++++++++++++++++ pipewire.obsinfo | 6 ++-- pipewire.spec | 11 ++++++- 6 files changed, 81 insertions(+), 8 deletions(-) delete mode 100644 pipewire-0.3.83.obscpio create mode 100644 pipewire-0.3.84.obscpio diff --git a/_service b/_service index 854e233..d000179 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - 0.3.83 + 0.3.84 @PARENT_TAG@