diff --git a/spa/plugins/audioconvert/channelmix.c b/spa/plugins/audioconvert/channelmix.c index 7da61c8d9..848871752 100644 --- a/spa/plugins/audioconvert/channelmix.c +++ b/spa/plugins/audioconvert/channelmix.c @@ -1576,6 +1576,7 @@ impl_init(const struct spa_handle_factory *factory, props_reset(&this->props); this->mix.options = CHANNELMIX_OPTION_NORMALIZE; + this->mix.log = this->log; for (i = 0; info && i < info->n_items; i++) { const char *k = info->items[i].key;