diff options
author | isheriff <isheriff@chromium.org> | 2015-10-07 09:16:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-07 16:17:29 +0000 |
commit | 64c95062775d2779d6a588942f3b9ac24f5ccb9b (patch) | |
tree | a936c7cd3b42c30ecb578c1fddae44298caf18fe /media/cast/cast_testing.gypi | |
parent | 327f58126894dc170bd2d80d042786a3fc41d293 (diff) | |
download | chromium_src-64c95062775d2779d6a588942f3b9ac24f5ccb9b.zip chromium_src-64c95062775d2779d6a588942f3b9ac24f5ccb9b.tar.gz chromium_src-64c95062775d2779d6a588942f3b9ac24f5ccb9b.tar.bz2 |
cast: clean up lint errors on commit
cast: cleanup rtp header and parsing
- Remove redundant rtp_header_parser which was mostly duplicated
code that was modified for tests. Add all the necessary functionality
to the existing rtp_parser and update tests to use rtp_parser
- remove rtp_receiver_defines.h and integrate it with rtp_defines.h where
it makes more sense since it is not specific to receiver
- These changes help bring in adaptive playout data parsing into the tests
which will help add unittests for adaptive playout for future CLs
BUG=
Review URL: https://codereview.chromium.org/1377273003
Cr-Commit-Position: refs/heads/master@{#352853}
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r-- | media/cast/cast_testing.gypi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi index b13bb5b..116727e 100644 --- a/media/cast/cast_testing.gypi +++ b/media/cast/cast_testing.gypi @@ -103,12 +103,11 @@ 'net/rtp/mock_rtp_payload_feedback.h', 'net/rtp/packet_storage_unittest.cc', 'net/rtp/receiver_stats_unittest.cc', - 'net/rtp/rtp_header_parser.cc', - 'net/rtp/rtp_header_parser.h', 'net/rtp/rtp_packet_builder.cc', 'net/rtp/rtp_packetizer_unittest.cc', + 'net/rtp/rtp_parser.cc', + 'net/rtp/rtp_parser.h', 'net/rtp/rtp_parser_unittest.cc', - 'net/rtp/rtp_receiver_defines.h', 'net/udp_transport_unittest.cc', 'receiver/audio_decoder_unittest.cc', 'receiver/frame_receiver_unittest.cc', |