1
0
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:
Thomas Weißschuh 2022-08-03 22:58:27 +02:00 committed by Philip Langdale
parent 2b34949a7c
commit 9add44b11a

View File

@ -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;
}