mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
bluez5: iso-io: force resync after underrun
If stream underruns we should resync playback position on next cycle as there is anyway a sound glitch.
This commit is contained in:
parent
3413ca9617
commit
567d5181ca
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ static void group_on_timeout(struct spa_source *source)
|
|||
if (stream->this.size == 0) {
|
||||
spa_log_debug(group->log, "%p: ISO group:%u miss fd:%d",
|
||||
group, group->id, stream->fd);
|
||||
stream->this.resync = true;
|
||||
if (stream_silence(stream) < 0) {
|
||||
fail = true;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue