Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio


Commits:
8a4e0c16 by Sangchul Lee at 2019-06-07T13:35:19Z
sink: Set monitor source's avoid-resampling value to its sink's

It was omitted. This patch fixes unexpected behavior that avoid-
resampling does not work in some cases.

Signed-off-by: Sangchul Lee <sangchul1...@gmail.com>

- - - - -


1 changed file:

- src/pulsecore/sink.c


Changes:

=====================================
src/pulsecore/sink.c
=====================================
@@ -367,6 +367,7 @@ pa_sink* pa_sink_new(
     source_data.driver = data->driver;
     source_data.module = data->module;
     source_data.card = data->card;
+    source_data.avoid_resampling = data->avoid_resampling;
 
     dn = pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCRIPTION);
     pa_proplist_setf(source_data.proplist, PA_PROP_DEVICE_DESCRIPTION, 
"Monitor of %s", dn ? dn : s->name);



View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/8a4e0c167b0a295ec26068c021c283a5c7aab735

-- 
View it on GitLab: 
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/8a4e0c167b0a295ec26068c021c283a5c7aab735
You're receiving this email because of your account on gitlab.freedesktop.org.

_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to