mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
If the status passed to cycle_signal != 0 we should not call the timebase callback. We already do this but we can use this fact to also not call the timebase_callback when there was no buffer_frames configured yet. Do this by setting the fallback return value of process_callback to != 0. When there is no buffer_frames yet, this will be used and we can then avoid the buffer_frames check in cycle_signal. |
||
|---|---|---|
| .. | ||
| examples | ||
| jack | ||
| src | ||
| meson.build | ||