mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
add more debug info
This commit is contained in:
parent
95e27c27ca
commit
b86f141273
2 changed files with 2 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ do_update_port(struct proxy *this,
|
|||
|
||||
port->have_format = false;
|
||||
|
||||
spa_log_info(this->log, "proxy %p: update %d params", this, n_params);
|
||||
spa_log_info(this->log, "proxy %p: port %u update %d params", this, port_id, n_params);
|
||||
for (i = 0; i < port->n_params; i++)
|
||||
free(port->params[i]);
|
||||
port->n_params = n_params;
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ static void *do_loop(void *user_data)
|
|||
static void do_stop(void *data, uint64_t count)
|
||||
{
|
||||
struct pw_data_loop *this = data;
|
||||
pw_log_debug("data-loop %p: stopping", this);
|
||||
this->running = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue