mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
rt-poll: make small poll helper object
Remove the event loop code into a separate object so that we can share the same loop for multiple nodes. Some cleanups
This commit is contained in:
parent
b9409e297b
commit
7b53fa8685
11 changed files with 517 additions and 239 deletions
|
|
@ -7,6 +7,7 @@ pinoscore_headers = [
|
|||
'module.h',
|
||||
'node.h',
|
||||
'node-factory.h',
|
||||
'rt-loop.h',
|
||||
]
|
||||
|
||||
pinoscore_sources = [
|
||||
|
|
@ -18,6 +19,7 @@ pinoscore_sources = [
|
|||
'module.c',
|
||||
'node.c',
|
||||
'node-factory.c',
|
||||
'rt-loop.c',
|
||||
]
|
||||
|
||||
libpinoscore_c_args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue