diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 14:15:57 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-22 14:15:57 +0000 |
commit | 66162bfca3413cbee319e40ac577bb1f750624a9 (patch) | |
tree | 0adbda43d67af81ca25d73093d8cee227097e706 /indra/media_plugins | |
parent | 235023d71122bce1fc3eadd90d8dc75cc5612f78 (diff) |
comment tweak.
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/webkit/linux_volume_catcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/linux_volume_catcher.cpp b/indra/media_plugins/webkit/linux_volume_catcher.cpp index 024235717b..03feaa23ff 100644 --- a/indra/media_plugins/webkit/linux_volume_catcher.cpp +++ b/indra/media_plugins/webkit/linux_volume_catcher.cpp @@ -35,7 +35,7 @@ The high-level design is as follows: 1) Connect to the PulseAudio daemon 2) Watch for the creation of new audio players connecting to the daemon (this includes ALSA clients running on the PulseAudio emulation layer, such as Flash plugins) - 3) Examine the audio player's PID to see if it belongs to our own process + 3) Examine any new audio player's PID to see if it belongs to our own process 4) If so, tell PA to adjust the volume of that audio player ('sink input' in PA parlance) 5) Keep a list of all living audio players that we care about, adjust the volumes of all of them when we get a new setVolume() call */ |