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:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user