mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
parent
648dfc0250
commit
2d71d02f40
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ static int flush_messages(struct client *client)
|
|||
data = m->data + idx;
|
||||
size = m->length - idx;
|
||||
} else {
|
||||
if (debug_messages)
|
||||
if (debug_messages && m->channel == SPA_ID_INVALID)
|
||||
message_dump(SPA_LOG_LEVEL_INFO, m);
|
||||
message_free(client, m, true, false);
|
||||
client->out_index = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue