mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
* rework reference counting in the client libraries: now refcounting goes
strictly "one-way" - the "bigger" object refcounts the "smaller" one, never the other way round. * when registering for a reply packet in pdispatch, specify a function that is called when the pdispatch object is destroyed but the reply hasn't yet been recieved. * move prototype of pa_free_cb from stream.h to def.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@794 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d26621371e
commit
820c118f9c
12 changed files with 175 additions and 116 deletions
|
|
@ -159,6 +159,7 @@ struct pa_operation {
|
|||
int ref;
|
||||
pa_context *context;
|
||||
pa_stream *stream;
|
||||
|
||||
PA_LLIST_FIELDS(pa_operation);
|
||||
|
||||
pa_operation_state_t state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue