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

Unified Diff: media/BUILD.gn

Issue 1954633002: MEDIA_LOG for large encoded timestamp gaps in decoder stream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « no previous file | media/base/audio_discard_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 364ab5362a80a166fa79087780844f47fa7df0a1..4fe88141427441e6a2fd2eaa7af9ded232eec6ec 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -117,6 +117,8 @@ component("media") {
"filters/audio_clock.h",
"filters/audio_renderer_algorithm.cc",
"filters/audio_renderer_algorithm.h",
+ "filters/audio_timestamp_validator.cc",
+ "filters/audio_timestamp_validator.h",
"filters/chunk_demuxer.cc",
"filters/chunk_demuxer.h",
"filters/context_3d.h",
@@ -528,6 +530,7 @@ test("media_unittests") {
"filters/audio_clock_unittest.cc",
"filters/audio_decoder_selector_unittest.cc",
"filters/audio_renderer_algorithm_unittest.cc",
+ "filters/audio_timestamp_validator_unittest.cc",
"filters/chunk_demuxer_unittest.cc",
"filters/decrypting_audio_decoder_unittest.cc",
"filters/decrypting_demuxer_stream_unittest.cc",
« no previous file with comments | « no previous file | media/base/audio_discard_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698