spa: aec: Fix log topic name

This commit is contained in:
Arun Raghavan 2026-03-16 14:40:16 -07:00 committed by Wim Taymans
parent f846879399
commit edb074f438

View file

@ -39,7 +39,7 @@ struct impl_data {
std::unique_ptr<float *[]> play_buffer, rec_buffer, out_buffer;
};
SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.eac.webrtc");
SPA_LOG_TOPIC_DEFINE_STATIC(log_topic, "spa.aec.webrtc");
#undef SPA_LOG_TOPIC_DEFAULT
#define SPA_LOG_TOPIC_DEFAULT &log_topic