mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
parent
bd98c6771e
commit
6e44c081b0
9 changed files with 14 additions and 14 deletions
|
|
@ -223,7 +223,7 @@ static void capture_process(void *data)
|
|||
int res;
|
||||
|
||||
if ((buf = pw_stream_dequeue_buffer(client->capture)) == NULL) {
|
||||
pw_log_warn("%p: client:%p [%s] out of capture buffers: %m", impl,
|
||||
pw_log_debug("%p: client:%p [%s] out of capture buffers: %m", impl,
|
||||
client, client->name);
|
||||
return;
|
||||
}
|
||||
|
|
@ -262,7 +262,7 @@ static void playback_process(void *data)
|
|||
int res;
|
||||
|
||||
if ((buf = pw_stream_dequeue_buffer(client->playback)) == NULL) {
|
||||
pw_log_warn("%p: client:%p [%s] out of playback buffers: %m", impl,
|
||||
pw_log_debug("%p: client:%p [%s] out of playback buffers: %m", impl,
|
||||
client, client->name);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue