Accepting request 1226588 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1226588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pipewire?expand=0&rev=127
This commit is contained in:
commit
4c81f4e9e6
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.6</param>
|
||||
<param name="revision">1.2.7</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:727bc8f1e6524656c76bb8e6d68933d3cba788f453acbd446d8bdca4df74aabf
|
||||
size 13218829
|
3
pipewire-1.2.7.obscpio
Normal file
3
pipewire-1.2.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:430ffb604ed6bb6d4e29bae307fbd70781904fc830afbd31d39d29af94480170
|
||||
size 13235213
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 15:52:00 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Update to version 1.2.7:
|
||||
+ Highlights
|
||||
- Backport support for lazy scheduling.
|
||||
- Handle the case where processing would stop when an ALSA
|
||||
driver is destroyed.
|
||||
- Add support for v4l2loopback in the v4l2 plugin.
|
||||
- Small bug fixes and improvements.
|
||||
+ PipeWire
|
||||
- Invalidate the proxy ID when removed.
|
||||
- Backport support for lazy scheduling.
|
||||
- Fix profiler stats for async nodes.
|
||||
- Fix EARLY_PROCESS again in pw-stream. (#3480)
|
||||
+ Modules
|
||||
- Fix a crasher issue when nodes are created in the wrong
|
||||
order in module-filter-chain.
|
||||
- Fix unmap bug in lv2 uri tables.
|
||||
- Add ratelimit to jack-tunnel xruns.
|
||||
- Remove hardcoded limit in filter-chain sofa plugin.
|
||||
- Handle the MTU size correctly in module-rtp and handle large
|
||||
MTUs. (#4396)
|
||||
- Fix JSON float parsing errors in equalizer module. (#4418)
|
||||
+ SPA
|
||||
- Fix crash in audiotestsrc when using spa-inspect (#4365).
|
||||
- Improve JSON float infinity checks.
|
||||
- Improve resampler performace a little.
|
||||
- Make audioconvert only output when there is something to
|
||||
output.
|
||||
- Fix regression in v4l2 port flags which would disable support
|
||||
for EXPBUF.
|
||||
- Handle the case where an ALSA driver is destroyed and the
|
||||
follower becomes a driver. Processing would stop. (#4401)
|
||||
- Add support for v4l2loopback in the v4l2 plugin.
|
||||
+ Pulse-server
|
||||
- Give a better error message when running out of fds.
|
||||
- Ensure positive latency reporting.
|
||||
+ GStreamer
|
||||
- Fix memory leak in deviceprovider.
|
||||
- Fix locking when emitting an error.
|
||||
+ Tools
|
||||
- Fix pw-dot link labels.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 09:54:34 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pipewire
|
||||
version: 1.2.6
|
||||
mtime: 1729669450
|
||||
commit: 79eebcb72490484e25208971ca15b9e0ea25bd95
|
||||
version: 1.2.7
|
||||
mtime: 1732612074
|
||||
commit: cc7439187f61dd73b81ca69f5dbccbb52ce970b2
|
||||
|
@ -68,7 +68,7 @@
|
||||
%bcond_with aptx
|
||||
|
||||
Name: pipewire
|
||||
Version: 1.2.6
|
||||
Version: 1.2.7
|
||||
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