Skip to content

ao_pipewire: convert pw_time.queued from bytes to frames - #17874

Merged
kasper93 merged 1 commit into
mpv-player:masterfrom
llyyr:fix/pipewire-placebo
Jun 27, 2026
Merged

ao_pipewire: convert pw_time.queued from bytes to frames#17874
kasper93 merged 1 commit into
mpv-player:masterfrom
llyyr:fix/pipewire-placebo

Conversation

@llyyr

@llyyr llyyr commented May 4, 2026

Copy link
Copy Markdown
Contributor

pw_time.queued is reported in bytes, while the code here expects it in nframes.

Note that this doesn't matter at all, because pw_time.queued is always 0 for us since we use it as a pull-based AO. This would be a latent bug if we ever switched to push model.

pw_time.queued is reported in bytes, while the code here expects it in
nframes.

Note that this doesn't matter at all, because pw_time.queued is always 0
for us since we use it as a pull-based AO. This would be a latent bug if
we ever switched to push model.
@kasper93
kasper93 merged commit d8c82c3 into mpv-player:master Jun 27, 2026
26 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants