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
|
|
@ -127,10 +127,10 @@ static void capture_process(void *d)
|
|||
uint32_t i;
|
||||
|
||||
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");
|
||||
|
||||
if ((out = pw_stream_dequeue_buffer(impl->playback)) == NULL)
|
||||
pw_log_warn("out of playback buffers: %m");
|
||||
pw_log_debug("out of playback buffers: %m");
|
||||
|
||||
if (in != NULL && out != NULL) {
|
||||
uint32_t size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue