mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
bluez5: media-sink: Log need_flush in flush_buffer
This commit is contained in:
parent
71e403bbdb
commit
6a5f2bbd1f
1 changed files with 2 additions and 2 deletions
|
|
@ -719,8 +719,8 @@ static int encode_fragment(struct impl *this)
|
|||
|
||||
static int flush_buffer(struct impl *this)
|
||||
{
|
||||
spa_log_trace(this->log, "%p: used:%d block_size:%d", this,
|
||||
this->buffer_used, this->block_size);
|
||||
spa_log_trace(this->log, "%p: used:%d block_size:%d need_flush:%d", this,
|
||||
this->buffer_used, this->block_size, this->need_flush);
|
||||
|
||||
if (this->need_flush)
|
||||
return send_buffer(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue