mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
WIP object model change
Work on cleanup
This commit is contained in:
parent
c25ccbb4ba
commit
0d21d633c9
26 changed files with 912 additions and 821 deletions
|
|
@ -10,6 +10,7 @@ pinoscore_headers = [
|
|||
'module.h',
|
||||
'node.h',
|
||||
'node-factory.h',
|
||||
'port.h',
|
||||
'registry.h',
|
||||
]
|
||||
|
||||
|
|
@ -25,6 +26,7 @@ pinoscore_sources = [
|
|||
'module.c',
|
||||
'node.c',
|
||||
'node-factory.c',
|
||||
'port.c',
|
||||
'registry.c',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue