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

Side by Side 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: Missing 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'formats/mp2t/es_adapter_video.h', 927 'formats/mp2t/es_adapter_video.h',
928 'formats/mp2t/es_parser.cc', 928 'formats/mp2t/es_parser.cc',
929 'formats/mp2t/es_parser.h', 929 'formats/mp2t/es_parser.h',
930 'formats/mp2t/es_parser_adts.cc', 930 'formats/mp2t/es_parser_adts.cc',
931 'formats/mp2t/es_parser_adts.h', 931 'formats/mp2t/es_parser_adts.h',
932 'formats/mp2t/es_parser_h264.cc', 932 'formats/mp2t/es_parser_h264.cc',
933 'formats/mp2t/es_parser_h264.h', 933 'formats/mp2t/es_parser_h264.h',
934 'formats/mp2t/mp2t_common.h', 934 'formats/mp2t/mp2t_common.h',
935 'formats/mp2t/mp2t_stream_parser.cc', 935 'formats/mp2t/mp2t_stream_parser.cc',
936 'formats/mp2t/mp2t_stream_parser.h', 936 'formats/mp2t/mp2t_stream_parser.h',
937 'formats/mp2t/timestamp_unroller.cc',
938 'formats/mp2t/timestamp_unroller.h',
937 'formats/mp2t/ts_packet.cc', 939 'formats/mp2t/ts_packet.cc',
938 'formats/mp2t/ts_packet.h', 940 'formats/mp2t/ts_packet.h',
939 'formats/mp2t/ts_section.h', 941 'formats/mp2t/ts_section.h',
940 'formats/mp2t/ts_section_pat.cc', 942 'formats/mp2t/ts_section_pat.cc',
941 'formats/mp2t/ts_section_pat.h', 943 'formats/mp2t/ts_section_pat.h',
942 'formats/mp2t/ts_section_pes.cc', 944 'formats/mp2t/ts_section_pes.cc',
943 'formats/mp2t/ts_section_pes.h', 945 'formats/mp2t/ts_section_pes.h',
944 'formats/mp2t/ts_section_pmt.cc', 946 'formats/mp2t/ts_section_pmt.cc',
945 'formats/mp2t/ts_section_pmt.h', 947 'formats/mp2t/ts_section_pmt.h',
946 'formats/mp2t/ts_section_psi.cc', 948 'formats/mp2t/ts_section_psi.cc',
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 ], 1728 ],
1727 }], 1729 }],
1728 ], 1730 ],
1729 }], 1731 }],
1730 ], 1732 ],
1731 }, 1733 },
1732 ], 1734 ],
1733 }], 1735 }],
1734 ], 1736 ],
1735 } 1737 }
OLDNEW
« media/formats/mp2t/timestamp_unroller.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