mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
small cleanups
This commit is contained in:
parent
c9fb320987
commit
8b74a3c0d2
4 changed files with 18 additions and 2 deletions
|
|
@ -100,6 +100,9 @@ on_process(void *_data)
|
|||
uint8_t *src, *dst;
|
||||
|
||||
b = pw_stream_dequeue_buffer(stream);
|
||||
if (b == NULL)
|
||||
return;
|
||||
|
||||
buf = b->buffer;
|
||||
|
||||
pw_log_trace("new buffer %d", buf->id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue