mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
Various improvements
context: fix memory free subscribe: implement dummy methods introspect: implement more stream: keep track of dequeued buffers ourselves because we need to be able to cancel and keep track of writable size.
This commit is contained in:
parent
68643fd25a
commit
fe932db2c6
10 changed files with 804 additions and 57 deletions
|
|
@ -7,6 +7,7 @@ pipewire_pulseaudio_sources = [
|
|||
'error.c',
|
||||
'ext-device-manager.c',
|
||||
'ext-device-restore.c',
|
||||
'ext-stream-restore.c',
|
||||
'format.c',
|
||||
'introspect.c',
|
||||
'json.c',
|
||||
|
|
@ -20,6 +21,8 @@ pipewire_pulseaudio_sources = [
|
|||
'stream.c',
|
||||
'strbuf.c',
|
||||
'subscribe.c',
|
||||
'thread-mainloop.c',
|
||||
'timeval.c',
|
||||
'utf8.c',
|
||||
'util.c',
|
||||
'version.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue