small cleanups

This commit is contained in:
Wim Taymans 2018-04-12 09:42:19 +02:00
parent c9fb320987
commit 8b74a3c0d2
4 changed files with 18 additions and 2 deletions

View file

@ -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);