audioconvert2: rename to audioconvert

This commit is contained in:
Wim Taymans 2022-06-16 09:19:05 +02:00
parent cf04bb573c
commit de2e819fec
4 changed files with 10 additions and 9 deletions

View file

@ -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;