mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-05 07:15:34 -04:00
spa: aec: Fix log topic name
This commit is contained in:
parent
f846879399
commit
edb074f438
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ struct impl_data {
|
||||||
std::unique_ptr<float *[]> play_buffer, rec_buffer, out_buffer;
|
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
|
#undef SPA_LOG_TOPIC_DEFAULT
|
||||||
#define SPA_LOG_TOPIC_DEFAULT &log_topic
|
#define SPA_LOG_TOPIC_DEFAULT &log_topic
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue