mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
audioconvert: silence an info debug message
This commit is contained in:
parent
34e53113e2
commit
9dbfa63193
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ static int reconfigure_mode(struct impl *this, enum spa_param_port_config_mode m
|
||||||
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
||||||
|
|
||||||
if (info) {
|
if (info) {
|
||||||
spa_log_info(this->log, NAME " %p: port config %d", this, info->info.raw.channels);
|
spa_log_debug(this->log, NAME " %p: port config %d", this, info->info.raw.channels);
|
||||||
param = spa_format_audio_raw_build(&b, SPA_PARAM_Format, &info->info.raw);
|
param = spa_format_audio_raw_build(&b, SPA_PARAM_Format, &info->info.raw);
|
||||||
}
|
}
|
||||||
if (mode == SPA_PARAM_PORT_CONFIG_MODE_dsp) {
|
if (mode == SPA_PARAM_PORT_CONFIG_MODE_dsp) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue