mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
source-output: fix copy-paste error
This commit is contained in:
parent
69fcfa60b5
commit
51bae8d547
1 changed files with 1 additions and 1 deletions
|
|
@ -1518,7 +1518,7 @@ int pa_source_output_finish_move(pa_source_output *o, pa_source *dest, bool save
|
||||||
|
|
||||||
if (!(o->flags & PA_SOURCE_OUTPUT_VARIABLE_RATE) &&
|
if (!(o->flags & PA_SOURCE_OUTPUT_VARIABLE_RATE) &&
|
||||||
!pa_sample_spec_equal(&o->sample_spec, &dest->sample_spec)) {
|
!pa_sample_spec_equal(&o->sample_spec, &dest->sample_spec)) {
|
||||||
/* try to change dest sink rate if possible without glitches.
|
/* try to change dest source rate if possible without glitches.
|
||||||
module-suspend-on-idle resumes destination source with
|
module-suspend-on-idle resumes destination source with
|
||||||
SOURCE_OUTPUT_MOVE_FINISH hook */
|
SOURCE_OUTPUT_MOVE_FINISH hook */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue