mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -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
|
|
@ -260,7 +260,6 @@ static void context_free(pa_context *c)
|
|||
|
||||
if (c->proplist)
|
||||
pa_proplist_free(c->proplist);
|
||||
free(c);
|
||||
}
|
||||
|
||||
void pa_context_unref(pa_context *c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue