summaryrefslogtreecommitdiff
path: root/indra/media_plugins/webkit
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2010-04-30 17:59:53 +0300
committerYuri Chebotarev <ychebotarev@productengine.com>2010-04-30 17:59:53 +0300
commit67c95d6d9238615232fd581aaedf53adfe166e5c (patch)
tree4332afc70cd8a46ce2c390ccc0a7d583d9ea6165 /indra/media_plugins/webkit
parent2479959dd9be78a74c10484c65094bd56d1c3d9e (diff)
parent23bd34a78163c31bc2a661acd15db63ed248af53 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r--indra/media_plugins/webkit/mac_volume_catcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/webkit/mac_volume_catcher.cpp b/indra/media_plugins/webkit/mac_volume_catcher.cpp
index 9788f10a58..38727e5965 100644
--- a/indra/media_plugins/webkit/mac_volume_catcher.cpp
+++ b/indra/media_plugins/webkit/mac_volume_catcher.cpp
@@ -1,5 +1,5 @@
/**
- * @file dummy_volume_catcher.cpp
+ * @file mac_volume_catcher.cpp
* @brief A Mac OS X specific hack to control the volume level of all audio channels opened by a process.
*
* @cond
@@ -98,7 +98,7 @@ VolumeCatcherImpl *VolumeCatcherImpl::getInstance()
VolumeCatcherImpl::VolumeCatcherImpl()
{
mVolume = 1.0; // default to full volume
- mPan = 0.5; // and center pan
+ mPan = 0.0; // and center pan
ComponentDescription desc;
desc.componentType = kAudioUnitType_Output;