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

Unified Diff: media/test/pipeline_integration_test_base.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/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test_base.cc
diff --git a/media/test/pipeline_integration_test_base.cc b/media/test/pipeline_integration_test_base.cc
index 6dbebb18aff045982e26a89fecc5394109b019c2..71521c4f237ecc95352939333d91f1d759c7498a 100644
--- a/media/test/pipeline_integration_test_base.cc
+++ b/media/test/pipeline_integration_test_base.cc
@@ -262,7 +262,7 @@ scoped_ptr<Renderer> PipelineIntegrationTestBase::CreateRenderer() {
#if !defined(MEDIA_DISABLE_FFMPEG)
audio_decoders.push_back(
- new FFmpegAudioDecoder(message_loop_.task_runner(), LogCB()));
+ new FFmpegAudioDecoder(message_loop_.task_runner(), new MediaLog()));
#endif
audio_decoders.push_back(
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698