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

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: New AudioTimestampValidator class and tests Created 4 years, 7 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_converter.cc » ('j') | media/filters/decoder_stream.cc » ('J')
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 259707842505cc37eaa7a1e412ce98e554bdcf5a..db4d8724ad21b437dbf6f00303d0b6ba6e84bca4 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -102,6 +102,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",
@@ -510,6 +512,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_converter.cc » ('j') | media/filters/decoder_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698