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

Unified Diff: media/mp4/track_run_iterator_unittest.cc

Issue 20123002: Add Chromium-side support for SourceBuffer.appendWindowStart and SourceBuffer.appendWindowEnd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and remove URL in comment to make presubmit happy. Created 7 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/mp4/track_run_iterator.cc ('k') | media/webm/webm_stream_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mp4/track_run_iterator_unittest.cc
diff --git a/media/mp4/track_run_iterator_unittest.cc b/media/mp4/track_run_iterator_unittest.cc
index c0cbbe645b9ca91c84893d6ad7b0b5db17e9a492..499a2e1a69750e02003fa0c67f67cc11ecb656df 100644
--- a/media/mp4/track_run_iterator_unittest.cc
+++ b/media/mp4/track_run_iterator_unittest.cc
@@ -251,16 +251,6 @@ TEST_F(TrackRunIteratorTest, FirstSampleFlagTest) {
EXPECT_FALSE(iter_->is_keyframe());
}
-TEST_F(TrackRunIteratorTest, MinDecodeTest) {
- iter_.reset(new TrackRunIterator(&moov_, log_cb_));
- MovieFragment moof = CreateFragment();
- moof.tracks[0].decode_time.decode_time = kAudioScale;
- ASSERT_TRUE(iter_->Init(moof));
- EXPECT_EQ(TimeDeltaFromRational(moof.tracks[1].decode_time.decode_time,
- kVideoScale),
- iter_->GetMinDecodeTimestamp());
-}
-
TEST_F(TrackRunIteratorTest, ReorderingTest) {
// Test frame reordering and edit list support. The frames have the following
// decode timestamps:
« no previous file with comments | « media/mp4/track_run_iterator.cc ('k') | media/webm/webm_stream_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698