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

Unified Diff: media/formats/mp2t/es_parser_mpeg1audio_unittest.cc

Issue 1235793005: Deprecate LogCB in favor of using MediaLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and attempt to fix Android compilation Created 5 years, 5 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
« no previous file with comments | « media/formats/mp2t/es_parser_mpeg1audio.cc ('k') | media/formats/mp2t/mp2t_stream_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp2t/es_parser_mpeg1audio_unittest.cc
diff --git a/media/formats/mp2t/es_parser_mpeg1audio_unittest.cc b/media/formats/mp2t/es_parser_mpeg1audio_unittest.cc
index e875c03fe98e085bb9205f2d1c74dec5758c52f4..fd95e6e055b1c2b5de190c6a4d53f2b614aaf200 100644
--- a/media/formats/mp2t/es_parser_mpeg1audio_unittest.cc
+++ b/media/formats/mp2t/es_parser_mpeg1audio_unittest.cc
@@ -40,9 +40,8 @@ bool EsParserMpeg1AudioTest::Process(
EsParserMpeg1Audio es_parser(
base::Bind(&EsParserMpeg1AudioTest::NewAudioConfig,
base::Unretained(this)),
- base::Bind(&EsParserMpeg1AudioTest::EmitBuffer,
- base::Unretained(this)),
- LogCB());
+ base::Bind(&EsParserMpeg1AudioTest::EmitBuffer, base::Unretained(this)),
+ new MediaLog());
return ProcessPesPackets(&es_parser, pes_packets, force_timing);
}
« no previous file with comments | « media/formats/mp2t/es_parser_mpeg1audio.cc ('k') | media/formats/mp2t/mp2t_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698