mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Use interfaces
Add interfaces and events on objects. Use this to communicate with the objects and transparently convert/marshall to network in the protocols.
This commit is contained in:
parent
9b7debbfd3
commit
e0813b679d
16 changed files with 1307 additions and 822 deletions
|
|
@ -34,9 +34,7 @@ struct _PinosModule {
|
|||
SpaList link;
|
||||
PinosGlobal *global;
|
||||
|
||||
char *name;
|
||||
char *filename;
|
||||
char *args;
|
||||
PinosModuleInfo info;
|
||||
|
||||
void *user_data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue