From b604ca8a594e5ece7f603d0644dd2119ecba1053f4d665cd5b3fbda0eb46335f Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Mon, 13 May 2024 07:03:44 +0000 Subject: [PATCH] Accepting request 1173580 from home:alarrosa:branches:multimedia:libs - Update to version 1.0.6: * Highlights - A bitfield race was fixed that could cause some crashes or undefined behaviour when moving nodes between drivers. - Fix to some invalid memory access in the pw-mon and pw-dump. - A regression in kodi with IEC958 formats playback was fixed. - A race in the ALSA plugin was fixed when updating the eventfd. - Improvements and fixes to module-combine-stream. - Negotiation was improved in pipewiresrc. - Some more small fixes and improvements. * PipeWire - Context properties are now set early so that client properties can be matched with rules. - A bitfield race was fixed that could cause some crashes or undefined behaviour when moving nodes between drivers. * Tools - Fix failure to hide properties in pw-mon. (#3997) - Fix some memleaks and a crash in pw-dump. (#4001) * Modules - The combine-stream module now prevents resampling to avoid broken audio because of different samplerates. - Fix a potential double free in module-loopback when calculating the delay. (#3748) - The FFADO module now only starts when ports are negotiated to avoid startup races. (#3968) - The combine-stream module will now forward tags. * SPA - Monitor volumes are now also clamped to the min/max volumes. (#3962) OBS-URL: https://build.opensuse.org/request/show/1173580 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=198 --- _service | 6 ++-- pipewire-1.0.5+git36.60deeb2.obscpio | 3 -- pipewire-1.0.6.obscpio | 3 ++ pipewire.changes | 45 ++++++++++++++++++++++++++++ pipewire.obsinfo | 6 ++-- pipewire.spec | 2 +- 6 files changed, 55 insertions(+), 10 deletions(-) delete mode 100644 pipewire-1.0.5+git36.60deeb2.obscpio create mode 100644 pipewire-1.0.6.obscpio diff --git a/_service b/_service index 168dd82..3e5d908 100644 --- a/_service +++ b/_service @@ -3,13 +3,13 @@ git https://gitlab.freedesktop.org/pipewire/pipewire.git - + diff --git a/pipewire-1.0.5+git36.60deeb2.obscpio b/pipewire-1.0.5+git36.60deeb2.obscpio deleted file mode 100644 index 58f9370..0000000 --- a/pipewire-1.0.5+git36.60deeb2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56d8850c5100708110e6c0a8f9312c8a883ae45640098ed735bd66e2c004c3dc -size 12593677 diff --git a/pipewire-1.0.6.obscpio b/pipewire-1.0.6.obscpio new file mode 100644 index 0000000..d5da1e8 --- /dev/null +++ b/pipewire-1.0.6.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e050b7a4803330f4a62e0f9dea8dc82d86e0fb8b4e3e59d7ff45a8e8e4cd897 +size 12576781 diff --git a/pipewire.changes b/pipewire.changes index f65431a..b375d9b 100644 --- a/pipewire.changes +++ b/pipewire.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Fri May 10 11:43:21 UTC 2024 - Antonio Larrosa + +- Update to version 1.0.6: + * Highlights + - A bitfield race was fixed that could cause some crashes or + undefined behaviour when moving nodes between drivers. + - Fix to some invalid memory access in the pw-mon and pw-dump. + - A regression in kodi with IEC958 formats playback was fixed. + - A race in the ALSA plugin was fixed when updating the + eventfd. + - Improvements and fixes to module-combine-stream. + - Negotiation was improved in pipewiresrc. + - Some more small fixes and improvements. + * PipeWire + - Context properties are now set early so that client + properties can be matched with rules. + - A bitfield race was fixed that could cause some crashes or + undefined behaviour when moving nodes between drivers. + * Tools + - Fix failure to hide properties in pw-mon. (#3997) + - Fix some memleaks and a crash in pw-dump. (#4001) + * Modules + - The combine-stream module now prevents resampling to avoid + broken audio because of different samplerates. + - Fix a potential double free in module-loopback when + calculating the delay. (#3748) + - The FFADO module now only starts when ports are negotiated + to avoid startup races. (#3968) + - The combine-stream module will now forward tags. + * SPA + - Monitor volumes are now also clamped to the min/max volumes. + (#3962) + - V4l2 and libcamera now encodes the device ids into a JSON + array. This is part of the deduplication code of devices. + - A regression in kodi with IEC958 formats playback was fixed. + * Bluetooth + - Improved buffer handling and queued data when stopping. + * ALSA + - A race was fixed when updating the eventfd. (#3711) + * GStreamer + - Handle some errors better instead of crashing. (#3994) + - Fix a memleak in the stream params handling. + - Negotiation was improved in pipewiresrc. + ------------------------------------------------------------------- Mon May 06 15:31:52 UTC 2024 - alarrosa@suse.com diff --git a/pipewire.obsinfo b/pipewire.obsinfo index e763820..841d7c3 100644 --- a/pipewire.obsinfo +++ b/pipewire.obsinfo @@ -1,4 +1,4 @@ name: pipewire -version: 1.0.5+git36.60deeb2 -mtime: 1714982030 -commit: 60deeb25558a794e6e664bb832318b87958c18ea +version: 1.0.6 +mtime: 1715241962 +commit: 1b8b683a6d7ee9f1c5dcef3fce5f93069f1357c4 diff --git a/pipewire.spec b/pipewire.spec index 1537a3e..a6c912b 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -62,7 +62,7 @@ %bcond_with aptx Name: pipewire -Version: 1.0.5+git36.60deeb2 +Version: 1.0.6 Release: 0 Summary: A Multimedia Framework designed to be an audio and video server and more License: MIT