mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
parent
bd98c6771e
commit
6e44c081b0
9 changed files with 14 additions and 14 deletions
|
|
@ -145,7 +145,7 @@ static void capture_process(void *data)
|
|||
uint32_t i, size, offset;
|
||||
|
||||
if ((in = pw_stream_dequeue_buffer(impl->capture)) == NULL) {
|
||||
pw_log_warn("Out of capture buffers: %m");
|
||||
pw_log_debug("Out of capture buffers: %m");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue