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

Unified Diff: media/media.gyp

Issue 539343002: Make the timestamp unroll offset consistent accross PES pids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test and cleanup timestamp unroller. Created 6 years, 3 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 197c153d7fd084d7fb4c399259b6f23ffffea600..b0fb8cf6159c4186932cee552848ebf97e38ba8a 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -934,6 +934,8 @@
'formats/mp2t/mp2t_common.h',
'formats/mp2t/mp2t_stream_parser.cc',
'formats/mp2t/mp2t_stream_parser.h',
+ 'formats/mp2t/timestamp_unroller.cc',
+ 'formats/mp2t/timestamp_unroller.h',
'formats/mp2t/ts_packet.cc',
'formats/mp2t/ts_packet.h',
'formats/mp2t/ts_section.h',
@@ -1307,6 +1309,7 @@
'formats/mp2t/es_parser_test_base.cc',
'formats/mp2t/es_parser_test_base.h',
'formats/mp2t/mp2t_stream_parser_unittest.cc',
+ 'formats/mp2t/timestamp_unroller_unittest.cc',
'formats/mp4/aac_unittest.cc',
'formats/mp4/avc_unittest.cc',
'formats/mp4/box_reader_unittest.cc',
« media/formats/mp2t/ts_section_pes.h ('K') | « media/formats/mp2t/ts_section_pes.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698