mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
When we are already past the size of the buffer, don't bother calling the overflow callback anymore, the buffer is already corrupted. Otherwise it would be possible to have the overflow callback fail the first time around, some data will be skipped, and then the next overflow callback would succeed, giving the impression that all is fine. Add a unit test for this. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||