- Update to version 0.3.58: * Highlights - Fix a regression that could cause audio crackling. - Fix a regression in RTKit because rlimit was not set correctly. - JAVA sound applications will now alsa work with the pulseaudio-alsa plugin. - pw-top will now show the negotiated formats of devices and streams. - Fix some potential crashes when starting streams. - The ALSA plugin has had improved timing reporting and poll descriptor handling that should improve compatibility. - Many more improvements and bugfixes. * PipeWire - Avoid scheduling nodes before they are added to the graph. This could avoid some crashes when scheduling nodes that were not completely started yet. (#2677) * Tools - pw-top now also shows the negotiated formats of streams and devices. (#2566) - pw-top prints microseconds as "us" now to avoid unicode problems. * Modules - Fix compilation with newer lv2. - Fix setting realtime priority with RTKit, it was not setting rlimit correctly and RTKit would refuse to change the priority. - Fix some playback problems with RAOP sink. (#2673) - Filter chain will now warn when a non-existing control property is used in the config file. (#2685) OBS-URL: https://build.opensuse.org/request/show/1003754 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=76
21 lines
666 B
XML
21 lines
666 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.freedesktop.org/pipewire/pipewire.git</param>
|
|
<param name="revision">refs/tags/0.3.58</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!--
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
-->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled" />
|
|
</services>
|
|
|