|
|
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=
Committed: https://crrev.com/64c95062775d2779d6a588942f3b9ac24f5ccb9b
Cr-Commit-Position: refs/heads/master@{#352853}
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+107 lines, -304 lines) |
Patch |
 |
M |
media/cast/BUILD.gn
|
View
|
1
2
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast.gyp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_testing.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/cast_message_builder.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/cast_message_builder_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/frame_buffer.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/framer.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/mock_rtp_feedback.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/mock_rtp_payload_feedback.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/receiver_stats.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/receiver_stats.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/receiver_stats_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_defines.h
|
View
|
1
|
1 chunk |
+42 lines, -1 line |
0 comments
|
Download
|
 |
A + |
media/cast/net/rtp/rtp_defines.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
media/cast/net/rtp/rtp_header_parser.h
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
 |
D |
media/cast/net/rtp/rtp_header_parser.cc
|
View
|
|
1 chunk |
+0 lines, -103 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_packet_builder.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_packet_builder.cc
|
View
|
1
|
3 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_packetizer_unittest.cc
|
View
|
|
5 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_parser.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_parser.cc
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/net/rtp/rtp_parser_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
media/cast/net/rtp/rtp_receiver_defines.h
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
media/cast/net/rtp/rtp_receiver_defines.cc
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/frame_receiver.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|