summaryrefslogtreecommitdiff
path: root/video/video_send_stream_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_send_stream_tests.cc')
-rw-r--r--video/video_send_stream_tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_send_stream_tests.cc b/video/video_send_stream_tests.cc
index 7e12713a..dd9bc557 100644
--- a/video/video_send_stream_tests.cc
+++ b/video/video_send_stream_tests.cc
@@ -40,7 +40,7 @@ class VideoSendStreamTest : public ::testing::Test {
void RunSendTest(Call* call,
const VideoSendStream::Config& config,
test::RtpRtcpObserver* observer) {
- send_stream_ = call->CreateSendStream(config);
+ send_stream_ = call->CreateVideoSendStream(config);
scoped_ptr<test::FrameGeneratorCapturer> frame_generator_capturer(
test::FrameGeneratorCapturer::Create(
send_stream_->Input(), 320, 240, 30, Clock::GetRealTimeClock()));