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

Unified Diff: media/filters/pipeline_integration_test_base.cc

Issue 11492003: Encrypted Media: Support Audio Decrypt-Only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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/filters/audio_renderer_impl_unittest.cc ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test_base.cc
diff --git a/media/filters/pipeline_integration_test_base.cc b/media/filters/pipeline_integration_test_base.cc
index 1acee61c84af1d438e963fb6c13c927fa2e7b85e..22bb922aa35b7f8c673a9d9788216c29eb773c39 100644
--- a/media/filters/pipeline_integration_test_base.cc
+++ b/media/filters/pipeline_integration_test_base.cc
@@ -217,7 +217,7 @@ PipelineIntegrationTestBase::CreateFilterCollection(
if (hashing_enabled_)
audio_sink_->StartAudioHashForTesting();
scoped_refptr<AudioRendererImpl> audio_renderer(new AudioRendererImpl(
- audio_sink_));
+ audio_sink_, SetDecryptorReadyCB()));
// Disable underflow if hashing is enabled.
if (hashing_enabled_)
audio_renderer->DisableUnderflowForTesting();
« no previous file with comments | « media/filters/audio_renderer_impl_unittest.cc ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698