Rename "Audio playout level" to "Audio level" on the Y-axis of the event log graph.

BUG=webrtc:4741

Review-Url: https://codereview.webrtc.org/2527993002
Cr-Commit-Position: refs/heads/master@{#15229}
This commit is contained in:
ivoc 2016-11-24 08:30:34 -08:00 committed by Commit bot
parent 3c3aef44de
commit bf67663eb1

View File

@ -645,7 +645,7 @@ void EventLogAnalyzer::CreateAudioLevelGraph(Plot* plot) {
}
plot->SetXAxis(0, call_duration_s_, "Time (s)", kLeftMargin, kRightMargin);
plot->SetYAxis(-127, 0, "Audio playout level (dBov)", kBottomMargin,
plot->SetYAxis(-127, 0, "Audio level (dBov)", kBottomMargin,
kTopMargin);
plot->SetTitle("Audio level");
}