(Auto)update libjingle 70329914-> 70330023

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6575 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
buildbot@webrtc.org 2014-07-01 16:46:01 +00:00
parent 37b4e1bbcb
commit 6335645400
2 changed files with 3 additions and 1 deletions

View File

@ -1452,7 +1452,6 @@ class VideoMediaChannelTest : public testing::Test,
EXPECT_TRUE(talk_base::Thread::Current()->ProcessMessages(30));
EXPECT_TRUE(capturer->CaptureCustomFrame(kWidth, kHeight,
cricket::FOURCC_ARGB));
EXPECT_TRUE(capturer->CaptureFrame());
EXPECT_GT_FRAME_ON_RENDERER_WAIT(
renderer, 2, kScaledWidth, kScaledHeight, kTimeout);
EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));

View File

@ -2412,6 +2412,9 @@ TEST_F(WebRtcVideoMediaChannelTest, TestSetDscpOptions) {
channel_->SetInterface(NULL);
}
TEST_F(WebRtcVideoMediaChannelTest, HighAspectHighHeightCapturer) {
Base::HighAspectHighHeightCapturer();
}
TEST_F(WebRtcVideoMediaChannelTest, SetOptionsSucceedsWhenSending) {
cricket::VideoOptions options;