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

Unified Diff: media/test/pipeline_integration_test_base.h

Issue 2645953004: Update duration when demuxed packets exceed known duration. (Closed)
Patch Set: Remove broken CGI server. Rate limit duration changed events. Created 3 years, 11 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_base.h
diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h
index 6e17ad01fd8b0870c7c8f1d4df6d9175c9e04cde..064fd17f8391ec3fd31255ea5d604d5ff5775af5 100644
--- a/media/test/pipeline_integration_test_base.h
+++ b/media/test/pipeline_integration_test_base.h
@@ -68,7 +68,8 @@ class PipelineIntegrationTestBase : public Pipeline::Client {
kNormal = 0,
kHashed = 1,
kClockless = 2,
- kExpectDemuxerFailure = 4
+ kExpectDemuxerFailure = 4,
+ kUnreliableDuration = 8,
};
// Starts the pipeline with a file specified by |filename|, optionally with a

Powered by Google App Engine
This is Rietveld 408576698