Enable paced sender.

Review URL: https://webrtc-codereview.appspot.com/965016

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3089 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pwestin@webrtc.org
2012-11-13 21:12:39 +00:00
parent 42aa10eba7
commit 571a1c035b
19 changed files with 399 additions and 738 deletions

View File

@ -91,12 +91,6 @@ TEST_F(RtpRtcpAPITest, CSRC) {
EXPECT_EQ(test_CSRC[1], testOfCSRC[1]);
}
TEST_F(RtpRtcpAPITest, TrafficSmoothing) {
EXPECT_FALSE(module->TransmissionSmoothingStatus());
module->SetTransmissionSmoothingStatus(true);
EXPECT_TRUE(module->TransmissionSmoothingStatus());
}
TEST_F(RtpRtcpAPITest, RTCP) {
EXPECT_EQ(kRtcpOff, module->RTCP());
EXPECT_EQ(0, module->SetRTCPStatus(kRtcpCompound));