Tanu Kaskinen pushed to branch master at PulseAudio / paprefs
Commits: 89e9e00c by Julian Sikorski at 2018-09-18T15:27:51Z Use module-combine-sink instead of module-combine https://bugzilla.redhat.com/show_bug.cgi?id=969534 - - - - - 1 changed file: - src/paprefs.cc Changes: ===================================== src/paprefs.cc ===================================== @@ -415,7 +415,7 @@ void MainWindow::writeToGSettingsCombine() { combineSettings->delay(); if (combineCheckButton->get_active()) { - combineSettings->set_string("name0", Glib::ustring("module-combine")); + combineSettings->set_string("name0", Glib::ustring("module-combine-sink")); combineSettings->set_string("args0", Glib::ustring("")); combineSettings->set_boolean("enabled", true); View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/89e9e00cab69cb6482d109668a595802613fd0d7 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/89e9e00cab69cb6482d109668a595802613fd0d7 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