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

Unified Diff: media/BUILD.gn

Issue 399433003: Mpeg2 TS - Fail when no valid timestamp in the ADTS parser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix rebase: do not set dts in adts parser. Created 6 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
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.h » ('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 b01e75969a33e467616356d80c1f0b8223938380..5453edfd4b555af9ff6f1cef2b942924cdb9e91b 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -512,7 +512,10 @@ test("media_unittests") {
"formats/common/stream_parser_test_base.cc",
"formats/common/stream_parser_test_base.h",
"formats/mp2t/es_adapter_video_unittest.cc",
+ "formats/mp2t/es_parser_adts_unittest.cc",
"formats/mp2t/es_parser_h264_unittest.cc",
+ "formats/mp2t/es_parser_test_base.cc",
+ "formats/mp2t/es_parser_test_base.h",
"formats/mp2t/mp2t_stream_parser_unittest.cc",
"formats/mp4/aac_unittest.cc",
"formats/mp4/avc_unittest.cc",
« no previous file with comments | « no previous file | media/formats/mp2t/es_parser_adts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698