mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
This patch is in preparation of allowing virtual sinks to specify their own max_rewind limit. Currently pa_sink_set_max_rewind_within_thread() simply sets the value of max_rewind and informs the sink inputs about the new value. Virtual sinks may however provide their own limit on max_rewind. This patch allows to query the active sink inputs for the max_rewind value they support and sets max_rewind to the minimum supported value. This way, the max_rewind value from the virtual sinks can be communicated to the master sink. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/120> |
||
|---|---|---|
| .. | ||
| daemon | ||
| modules | ||
| pulse | ||
| pulsecore | ||
| tests | ||
| utils | ||
| .gitignore | ||
| depmod.py | ||
| meson.build | ||