mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
audioconvert2: rename to audioconvert
This commit is contained in:
parent
cf04bb573c
commit
de2e819fec
4 changed files with 10 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <spa/support/plugin.h>
|
||||
|
||||
extern const struct spa_handle_factory spa_audioconvert2_factory;
|
||||
extern const struct spa_handle_factory spa_audioconvert_factory;
|
||||
extern const struct spa_handle_factory spa_audioadapter_factory;
|
||||
|
||||
SPA_EXPORT
|
||||
|
|
@ -37,7 +37,7 @@ int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t
|
|||
|
||||
switch (*index) {
|
||||
case 0:
|
||||
*factory = &spa_audioconvert2_factory;
|
||||
*factory = &spa_audioconvert_factory;
|
||||
break;
|
||||
case 1:
|
||||
*factory = &spa_audioadapter_factory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue