mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
cleanups
Remove hastables, use lists Remove obsolete ringbuffer some small cleanups
This commit is contained in:
parent
b6ad45bb74
commit
1a48bccca0
16 changed files with 93 additions and 554 deletions
|
|
@ -38,6 +38,10 @@ typedef struct _PinosNodeFactory PinosNodeFactory;
|
|||
* Pinos node factory interface.
|
||||
*/
|
||||
struct _PinosNodeFactory {
|
||||
PinosCore *core;
|
||||
SpaList link;
|
||||
PinosGlobal *global;
|
||||
|
||||
const char *name;
|
||||
|
||||
PinosNode * (*create_node) (PinosNodeFactory *factory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue