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
|
@ -189,7 +189,7 @@ static void playback_stream_process(void *d)
|
|||
uint32_t write_index, size;
|
||||
|
||||
if ((buf = pw_stream_dequeue_buffer(impl->stream)) == NULL) {
|
||||
pw_log_warn("out of buffers: %m");
|
||||
pw_log_debug("out of buffers: %m");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -225,7 +225,7 @@ static void capture_stream_process(void *d)
|
|||
uint32_t size, req, read_index;
|
||||
|
||||
if ((buf = pw_stream_dequeue_buffer(impl->stream)) == NULL) {
|
||||
pw_log_warn("out of buffers: %m");
|
||||
pw_log_debug("out of buffers: %m");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue