Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: trunk/src/media/cast/test/encode_decode_test.cc

Issue 129113003: Revert 243647 "Cast:Adding cast_transport_config and cleaning up" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/media/cast/test/encode_decode_test.cc
===================================================================
--- trunk/src/media/cast/test/encode_decode_test.cc (revision 243647)
+++ trunk/src/media/cast/test/encode_decode_test.cc (working copy)
@@ -77,8 +77,7 @@
// CastEnvironment will only be used by the vp8 decoder; Enable only the
// video decoder and main threads.
cast_environment_(new CastEnvironment(&testing_clock_, task_runner_,
- NULL, NULL, NULL, task_runner_, NULL,
- GetDefaultCastLoggingConfig())),
+ NULL, NULL, NULL, task_runner_, GetDefaultCastLoggingConfig())),
test_callback_(new EncodeDecodeTestFrameCallback()) {
testing_clock_.Advance(
base::TimeDelta::FromMilliseconds(kStartMillisecond));
@@ -119,7 +118,7 @@
};
TEST_F(EncodeDecodeTest, BasicEncodeDecode) {
- transport::EncodedVideoFrame encoded_frame;
+ EncodedVideoFrame encoded_frame;
// Encode frame.
encoder_->Encode(video_frame_, &encoded_frame);
EXPECT_GT(encoded_frame.data.size(), GG_UINT64_C(0));
« no previous file with comments | « trunk/src/media/cast/rtp_receiver/rtp_parser/rtp_parser.h ('k') | trunk/src/media/cast/test/end2end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698