mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse: call operation_done at end of callback
This commit is contained in:
parent
a477e39de2
commit
af64666716
3 changed files with 7 additions and 6 deletions
|
|
@ -1027,6 +1027,7 @@ static void on_disconnected(pa_operation *o, void *userdata)
|
|||
pa_stream *s = o->stream;
|
||||
pw_log_debug("stream %p", s);
|
||||
pa_stream_set_state(s, PA_STREAM_TERMINATED);
|
||||
pa_operation_done(o);
|
||||
}
|
||||
|
||||
SPA_EXPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue