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

Unified Diff: media/base/android/test_data_factory.h

Issue 1254293003: MediaCodecPlayer implementation (stage 4 - preroll) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mtplayer-browserseek
Patch Set: Rebased Created 5 years, 4 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/base/android/test_data_factory.h
diff --git a/media/base/android/test_data_factory.h b/media/base/android/test_data_factory.h
index f1f35a721482a5f84786b3afe15deceb0d30ca5d..5e69d59f6c67e050ddc2bdead33a27a522bda8d2 100644
--- a/media/base/android/test_data_factory.h
+++ b/media/base/android/test_data_factory.h
@@ -71,6 +71,7 @@ class TestDataFactory {
base::TimeDelta regular_pts_; // monotonically increasing PTS
base::TimeDelta last_pts_; // subclass can modify PTS, maintain the last
bool starvation_mode_; // true means no EOS at the end
+ bool eos_reached_; // true if CreateChunk() returned EOS frame
};
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698