mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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)
|
static int flush_buffer(struct impl *this)
|
||||||
{
|
{
|
||||||
spa_log_trace(this->log, "%p: used:%d block_size:%d", this,
|
spa_log_trace(this->log, "%p: used:%d block_size:%d need_flush:%d", this,
|
||||||
this->buffer_used, this->block_size);
|
this->buffer_used, this->block_size, this->need_flush);
|
||||||
|
|
||||||
if (this->need_flush)
|
if (this->need_flush)
|
||||||
return send_buffer(this);
|
return send_buffer(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue