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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 1008463002: Fix MSE GC, make it less aggressive, more spec-compliant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new test case: GarbageCollection_SaveDataAtPlaybackPosition Created 5 years, 7 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: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 78ebfe053dde6cb089d68c5a68193a5562a6b024..960882fa3948c5c99889c271ce31064be2320e15 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -475,6 +475,7 @@ class MockMediaSource {
base::Bind(&MockMediaSource::OnEncryptedMediaInitData,
base::Unretained(this)),
LogCB(),
+ ChunkDemuxer::GetMediaTimeCB(),
scoped_refptr<MediaLog>(new MediaLog()),
true)),
owned_chunk_demuxer_(chunk_demuxer_) {
« media/filters/source_buffer_stream_unittest.cc ('K') | « media/renderers/renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698