mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
This commit is contained in:
parent
35a4a0baa8
commit
61b07768c2
6 changed files with 44 additions and 3 deletions
|
|
@ -117,6 +117,7 @@ static void reset_callbacks(pa_sink_input *i) {
|
|||
i->attach = NULL;
|
||||
i->detach = NULL;
|
||||
i->suspend = NULL;
|
||||
i->suspend_within_thread = NULL;
|
||||
i->moving = NULL;
|
||||
i->kill = NULL;
|
||||
i->get_latency = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue