|
[Cast] Clean-up: Merge AudioReceiverConfig+VideoReceiverConfig-->FrameReceiverConfig.
This is the last prerequisite before merging AudioReceiver with
VideoReceiver. As it turns out, certain configuration details that
seemed to be audio-specific or video-specific are in-fact applicable to
both. Examples: 1) max_frame_rate for audio should be 100 (implying
10ms frames). 2) frequency (i.e., RTP timebase) for video should be 90
kHz, by convention.
BUG= 378568
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273700
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+194 lines, -175 lines) |
Patch |
 |
M |
media/cast/audio_receiver/audio_decoder.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_decoder.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_decoder_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver.cc
|
View
|
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/audio_receiver/audio_receiver_unittest.cc
|
View
|
|
4 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_config.h
|
View
|
1
|
2 chunks |
+53 lines, -36 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_config.cc
|
View
|
|
1 chunk |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_receiver.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_receiver_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_receiver_impl.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtp_receiver/rtp_receiver.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/rtp_receiver/rtp_receiver.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/end2end_unittest.cc
|
View
|
|
19 chunks |
+23 lines, -26 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/receiver.cc
|
View
|
|
7 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/utility/default_config.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/utility/default_config.cc
|
View
|
|
1 chunk |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/utility/in_process_receiver.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/utility/in_process_receiver.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/transport/cast_transport_config.h
|
View
|
1
2
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_decoder.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_decoder.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_decoder_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver.cc
|
View
|
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_receiver/video_receiver_unittest.cc
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cast/video_sender/external_video_encoder.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|