mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-echo-cancel: Correct naming in example and plugins
This commit is contained in:
parent
b877c28d96
commit
d161019b0d
3 changed files with 6 additions and 6 deletions
|
|
@ -250,7 +250,7 @@ impl_enum_interface_info(const struct spa_handle_factory *factory,
|
|||
return 1;
|
||||
}
|
||||
|
||||
const struct spa_handle_factory spa_aec_exaudio_factory = {
|
||||
const struct spa_handle_factory spa_aec_webrtc_factory = {
|
||||
SPA_VERSION_HANDLE_FACTORY,
|
||||
SPA_NAME_AEC,
|
||||
NULL,
|
||||
|
|
@ -268,7 +268,7 @@ int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t
|
|||
|
||||
switch (*index) {
|
||||
case 0:
|
||||
*factory = &spa_aec_exaudio_factory;
|
||||
*factory = &spa_aec_webrtc_factory;
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue