mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Make done event on node
Replace the AsyncDone event with an explicit done callback in the node to signal completion of an async operation. Pass read and write fd together with the transport
This commit is contained in:
parent
0af8377d10
commit
34450ed7ed
24 changed files with 268 additions and 254 deletions
|
|
@ -3,6 +3,7 @@ subdir('audiomixer')
|
|||
subdir('audiotestsrc')
|
||||
subdir('ffmpeg')
|
||||
subdir('logger')
|
||||
#subdir('support')
|
||||
subdir('test')
|
||||
subdir('videotestsrc')
|
||||
subdir('volume')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue