Accepting request 1192557 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1192557 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=120
This commit is contained in:
commit
f700420847
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
||||
<param name="revision">1.2.1</param>
|
||||
<param name="revision">1.2.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!--
|
||||
<param name="revision">60deeb25558a794e6e664bb832318b87958c18ea</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b32d02e9057018e79c077d4cdca35da715cde2c0c173be5b62f5f590b7f1e246
|
||||
size 13184013
|
3
pipewire-1.2.2.obscpio
Normal file
3
pipewire-1.2.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87e87da3d69fe02b9ff27e1e16007cb8b6551ba304dce4a521214d22c180e80f
|
||||
size 13185549
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 08:31:49 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.2.2:
|
||||
* Highlights
|
||||
- Fix some more fallout of the async nodes rewrite. Fixes some
|
||||
crackling, xruns and possibly also some crashes in some
|
||||
cases.
|
||||
- Fix freewheeling timeouts in case of xruns. This fixes ardour
|
||||
export.
|
||||
- Fix event mixdown in JACK. Fixes qsynth and possibly other
|
||||
apps.
|
||||
- Some more small fixes and improvements.
|
||||
* PipeWire
|
||||
- Add a new SPA_IO_CLOCK_FLAG_XRUN_RECOVER flag when the
|
||||
process function is called because of xrun recovery.
|
||||
- Properly stop nodes in all cases, this avoids spurious xruns
|
||||
and scheduling errors. (#4122)
|
||||
- Make sure async nodes receive an async link in all cases. Do
|
||||
the processing of source output ports slightly differently to
|
||||
make sure we don't cause latency for sources. (#4138)
|
||||
(#4133)
|
||||
- Fix some races when negotiating and starting nodes. (#4094)
|
||||
- Actually include the config.h header to use malloc_trim() to
|
||||
reduce memory usage in pulse-server.
|
||||
* Modules
|
||||
- Avoid unloading some modules on stream errors because it is
|
||||
possible to recover from the error. (#4121)
|
||||
- Fix a (harmless) warning in module-rtp because of comparing
|
||||
samples and time. (#4095)
|
||||
* SPA
|
||||
- Let the freewheel driver detect xrun recovery and handle the
|
||||
timeouts correctly. This fixes an issue with ardour export.
|
||||
- Remove the HDMI/AC3 profiles. they turn out to fail on some
|
||||
hardware with no way to detect this.
|
||||
- Signal the eventfd when the loop is full to make sure the
|
||||
other thread is woken up to process the queue.
|
||||
* JACK
|
||||
- Don't check timestamps when mixing down events. The
|
||||
timestamps are only checked when writing new events with the
|
||||
public API. This fixes an issue where qsynth would not
|
||||
receive midi events anymore.
|
||||
- Fix the jack_get_time() function, it was returning nano
|
||||
instead of micro seconds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 14 20:25:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.2.1
|
||||
mtime: 1720769063
|
||||
commit: f9689df37d1d14e006b7dcec239df403b3b28893
|
||||
version: 1.2.2
|
||||
mtime: 1722420144
|
||||
commit: e224ccdcb7514bc7417f46c75d137fbee231e7fc
|
||||
|
@ -62,7 +62,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: A Multimedia Framework designed to be an audio and video server and more
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user