mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Trigger move callback a little bit earlier so that no IO thread is running
This commit is contained in:
parent
e3f15104cf
commit
d04f3e1aef
5 changed files with 17 additions and 17 deletions
|
|
@ -150,7 +150,7 @@ struct pa_sink_input {
|
|||
|
||||
/* If non-NULL called whenever the the sink this input is attached
|
||||
* to changes. Called from main context */
|
||||
void (*moved) (pa_sink_input *i); /* may be NULL */
|
||||
void (*moving) (pa_sink_input *i); /* may be NULL */
|
||||
|
||||
/* Supposed to unlink and destroy this stream. Called from main
|
||||
* context. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue