mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
pass destination source/sink when moving streams so that we can access them
This commit is contained in:
parent
c2f6d090c7
commit
75a8d18285
5 changed files with 24 additions and 20 deletions
|
|
@ -747,7 +747,7 @@ int pa_source_output_finish_move(pa_source_output *o, pa_source *dest, pa_bool_t
|
|||
new_resampler = NULL;
|
||||
|
||||
if (o->moving)
|
||||
o->moving(o);
|
||||
o->moving(o, dest);
|
||||
|
||||
o->source = dest;
|
||||
o->save_source = save;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue