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

Unified Diff: media/base/pipeline_unittest.cc

Issue 1069253004: Fix MSE playback regression by not changing pipeline duration at EOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/base/pipeline.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_unittest.cc
diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
index 147e744dd0a6319ac9942080da775430f409c499..093b51e02d2c6f877bc6ca1cbeffe63fa3a9e052 100644
--- a/media/base/pipeline_unittest.cc
+++ b/media/base/pipeline_unittest.cc
@@ -630,9 +630,6 @@ TEST_F(PipelineTest, EndedCallback) {
message_loop_.RunUntilIdle();
EXPECT_CALL(callbacks_, OnEnded());
- // Since the |ended_cb_| is manually invoked above, the duration does not
- // match the expected duration and is updated upon ended.
- EXPECT_CALL(callbacks_, OnDurationChange());
text_stream()->SendEosNotification();
message_loop_.RunUntilIdle();
}
« no previous file with comments | « media/base/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698