[pulseaudio-commits] [Git][pulseaudio/paprefs][master] Use module-combine-sink instead of module-combine
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Tue Sep 18 15:29:35 UTC 2018
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20180918/843a8fea/attachment.html>
More information about the pulseaudio-commits
mailing list