From 95219d50255539c3561c4ffdfc41e64e3381e5b1098e7544d0f3cd26c0ff6169 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Sun, 26 Nov 2023 10:59:14 +0000 Subject: [PATCH] Accepting request 1128882 from home:alarrosa:branches:multimedia:libs - Update to version 1.0.0 (El Presidente): * Highlights - Fix a memfd/dmabuf leak when uploading buffers while shutting down. - Handle concurrent jack_port_get_buffer() calls because ardour seems to be doing this. - Improve time reporting (less jitter) in ALSA when using IRQ. - Many doc improvements. * PipeWire - Respect PIPEWIRE_DLCLOSE everywhere, remove pw_in_valgrind(). - Remove a warning when a client tries to change ignored properties. * Modules - Fix a memfd/dmabuf leak when uploading buffers while shutting down. - Fix a potential segfault when copying mix structures. (#3658) - Avoid races in setrlimit in module-rt. - Fix a memory leak in filter-chain. - Set rtp.ptime on senders, not receivers. - The ROC modules were ported to ROC 0.3 * SPA - Improve time reporting (less jitter) in ALSA when using IRQ. (#3657) - Add latency param query in libcamera. - Fix some compiler warnings. - The EVL plugin was updated. * Bluetooth - LC3 codec and compatibility improvements. * Pulse server - Fix emission of events when a sink/source state changes. OBS-URL: https://build.opensuse.org/request/show/1128882 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=172 --- _service | 2 +- pipewire-0.3.85.obscpio | 3 --- pipewire-1.0.0.obscpio | 3 +++ pipewire.changes | 48 +++++++++++++++++++++++++++++++++++++++++ pipewire.obsinfo | 6 +++--- pipewire.spec | 13 ++++++++++- 6 files changed, 67 insertions(+), 8 deletions(-) delete mode 100644 pipewire-0.3.85.obscpio create mode 100644 pipewire-1.0.0.obscpio diff --git a/_service b/_service index 7b70e2c..aca4592 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - 0.3.85 + 1.0.0 @PARENT_TAG@