Comment 10 for bug 1649763

Revision history for this message
Anthony Wong (anthonywong) wrote :

From what I learnt from Hui Wang, it is not easy to backport these 3 commits to 16.04, or even it is not possible at all. These commits make a great change for pulseaudio core as well as some other modules, it will affect a lot of existing functions in the pulesaudio. The 1st commit looks like below. I will leave the decision to desktop team if we want to fix this in 16.04 or not.

hwang4@hwang4-Inspiron-7520:~/source/pulseaudio$ git show 6b348961304903483aa78d4ddc1fd036ef75a7cb |diffstat
modules/dbus/iface-core.c | 114 ++++++++++++++-------
modules/dbus/iface-sample.c | 10 +
modules/module-default-device-restore.c | 14 +-
modules/module-intended-roles.c | 37 +++---
modules/module-rescue-streams.c | 20 +--
modules/module-switch-on-connect.c | 30 +++--
pulsecore/cli-command.c | 20 +--
pulsecore/cli-text.c | 12 --
pulsecore/core.c | 170 ++++++++++++++++++++++++++++++++
pulsecore/core.h | 28 ++++-
pulsecore/namereg.c | 115 +--------------------
pulsecore/namereg.h | 6 -
pulsecore/protocol-native.c | 19 +--
pulsecore/sink.c | 7 +
pulsecore/source.c | 7 +
15 files changed, 370 insertions(+), 239 deletions(-)