mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Rework support
Load the mapper from the support plugin Move the support setup in pw_init
This commit is contained in:
parent
b9c719ac7e
commit
f55f1739e1
18 changed files with 192 additions and 278 deletions
|
|
@ -85,6 +85,8 @@ struct spa_support {
|
|||
void *data;
|
||||
};
|
||||
|
||||
#define SPA_SUPPORT_INIT(type,data) (struct spa_support) { (type), (data) }
|
||||
|
||||
struct spa_handle_factory {
|
||||
/**
|
||||
* spa_handle_factory::name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue