mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -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
|
|
@ -2,12 +2,12 @@ pinos_headers = [
|
|||
'context.h',
|
||||
'format.h',
|
||||
'introspect.h',
|
||||
'mainloop.h',
|
||||
'pinos.h',
|
||||
'properties.h',
|
||||
'stream.h',
|
||||
'ringbuffer.h',
|
||||
'subscribe.h',
|
||||
'thread-mainloop.h',
|
||||
]
|
||||
|
||||
pinos_sources = [
|
||||
|
|
@ -15,13 +15,13 @@ pinos_sources = [
|
|||
'context.c',
|
||||
'format.c',
|
||||
'introspect.c',
|
||||
'mainloop.c',
|
||||
'properties.c',
|
||||
'serialize.c',
|
||||
'stream.c',
|
||||
'pinos.c',
|
||||
'ringbuffer.c',
|
||||
'subscribe.c',
|
||||
'thread-mainloop.c',
|
||||
gdbus_target,
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue