mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-cat: remove debug
This commit is contained in:
parent
4af2014168
commit
f383ac21dd
1 changed files with 1 additions and 5 deletions
|
|
@ -839,12 +839,8 @@ static void
|
|||
on_param_changed(void *userdata, uint32_t id, const struct spa_pod *param)
|
||||
{
|
||||
struct data *data = userdata;
|
||||
|
||||
if (data->verbose) {
|
||||
if (data->verbose)
|
||||
printf("stream param change: id=%"PRIu32"\n", id);
|
||||
if (param != NULL)
|
||||
spa_debug_pod(0, NULL, param);
|
||||
}
|
||||
}
|
||||
|
||||
static void on_process(void *userdata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue