mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 18:57:35 +00:00
ao_pipewire: use mpv logging
This commit is contained in:
parent
2b34949a7c
commit
9add44b11a
@ -123,7 +123,7 @@ static void on_process(void *userdata)
|
||||
void *data[MP_NUM_CHANNELS];
|
||||
|
||||
if ((b = pw_stream_dequeue_buffer(p->stream)) == NULL) {
|
||||
pw_log_warn("out of buffers: %m");
|
||||
MP_WARN(ao, "out of buffers: %m\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user