mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
Work on main loop
Make a main-loop object with associated helper functions to handle async methods. rtloop -> data_loop Handle async results a lot better. Remove REMOVE_MEM command. We don't need it. Handle stream memory updates better.
This commit is contained in:
parent
98dbb6424d
commit
8fac22afdb
26 changed files with 926 additions and 583 deletions
|
|
@ -3,12 +3,13 @@ pinoscore_headers = [
|
|||
'client-node.h',
|
||||
'command.h',
|
||||
'daemon.h',
|
||||
'data-loop.h',
|
||||
'dbus-client-node.h',
|
||||
'link.h',
|
||||
'main-loop.h',
|
||||
'module.h',
|
||||
'node.h',
|
||||
'node-factory.h',
|
||||
'rt-loop.h',
|
||||
'utils.h',
|
||||
]
|
||||
|
||||
|
|
@ -17,12 +18,13 @@ pinoscore_sources = [
|
|||
'client-node.c',
|
||||
'command.c',
|
||||
'daemon.c',
|
||||
'data-loop.c',
|
||||
'dbus-client-node.c',
|
||||
'link.c',
|
||||
'main-loop.c',
|
||||
'module.c',
|
||||
'node.c',
|
||||
'node-factory.c',
|
||||
'rt-loop.c',
|
||||
'utils.c',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue