- Make local constant non-static.
- Remove spammy log line. BUG= R=henrike@webrtc.org, kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/21339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6987 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
66a3582170
commit
00f11f5e24
@ -376,7 +376,6 @@ class PeerConnectionTestClientBase
|
||||
observer, NULL, PeerConnectionInterface::kStatsOutputLevelStandard));
|
||||
EXPECT_TRUE_WAIT(observer->called(), kMaxWaitMs);
|
||||
int bw = observer->AvailableReceiveBandwidth();
|
||||
LOG(INFO) << "Available Receive Bandwidth: " << bw;
|
||||
return bw;
|
||||
}
|
||||
|
||||
@ -1046,7 +1045,7 @@ class P2PTestConductor : public testing::Test {
|
||||
// Wait until 'size' bytes of audio has been seen by the receiver, on the
|
||||
// first audio stream.
|
||||
void WaitForAudioData(int size) {
|
||||
static const int kMaxWaitForAudioDataMs = 10000;
|
||||
const int kMaxWaitForAudioDataMs = 10000;
|
||||
|
||||
StreamCollectionInterface* local_streams =
|
||||
initializing_client()->local_streams();
|
||||
|
Loading…
x
Reference in New Issue
Block a user