|  | [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as possible.
This change is a necessary first step in our future plans to: 1) Merge the implementations of AudioReceiver and VideoReceiver into a single common module of code; and 2) Delegate A/V sync, jitter, and playout clock skew correction to a module that will operate at a higher abstraction level.
Several bugs were automatically fixed. Also, updated/fixed unit tests, improved comments/documentation, and tiny related clean-ups (where relevant to this change).
R=hubbe@chromium.org 
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262449
      Total comments: 12
      
     
  
   
  
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+984 lines, -971 lines) | Patch |  
        |  | M | media/cast/audio_receiver/audio_receiver.h | View |  | 2 chunks | +13 lines, -3 lines | 0 comments | Download |  
        |  | M | media/cast/audio_receiver/audio_receiver.cc | View | 1 | 11 chunks | +32 lines, -24 lines | 0 comments | Download |  
        |  | M | media/cast/audio_receiver/audio_receiver_unittest.cc | View |  | 12 chunks | +23 lines, -21 lines | 0 comments | Download |  
        |  | M | media/cast/cast.gyp | View |  | 1 chunk | +0 lines, -1 line | 0 comments | Download |  
        |  | M | media/cast/cast_config.cc | View | 1
        
          2 | 3 chunks | +22 lines, -2 lines | 0 comments | Download |  
        |  | M | media/cast/cast_defines.h | View |  | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | media/cast/cast_receiver.h | View |  | 1 chunk | +16 lines, -18 lines | 0 comments | Download |  
        |  | M | media/cast/cast_receiver_impl.h | View |  | 1 chunk | +0 lines, -1 line | 0 comments | Download |  
        |  | M | media/cast/cast_receiver_impl.cc | View |  | 2 chunks | +1 line, -7 lines | 0 comments | Download |  
        |  | M | media/cast/logging/logging_defines.h | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | D | media/cast/test/encode_decode_test.cc | View |  | 1 chunk | +0 lines, -137 lines | 0 comments | Download |  
        |  | M | media/cast/test/end2end_unittest.cc | View | 1 | 16 chunks | +40 lines, -19 lines | 0 comments | Download |  
        |  | M | media/cast/test/utility/in_process_receiver.h | View | 1
        
          2 | 2 chunks | +6 lines, -3 lines | 0 comments | Download |  
        |  | M | media/cast/test/utility/in_process_receiver.cc | View | 1
        
          2 | 1 chunk | +4 lines, -2 lines | 0 comments | Download |  
        |  | D | media/cast/video_receiver/codecs/vp8/vp8_decoder.h | View |  | 1 chunk | +0 lines, -48 lines | 0 comments | Download |  
        |  | D | media/cast/video_receiver/codecs/vp8/vp8_decoder.cc | View |  | 1 chunk | +0 lines, -152 lines | 0 comments | Download |  
        |  | D | media/cast/video_receiver/codecs/vp8/vp8_decoder.gyp | View |  | 1 chunk | +0 lines, -28 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_decoder.h | View |  | 1 chunk | +35 lines, -16 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_decoder.cc | View |  | 1 chunk | +195 lines, -15 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_decoder_unittest.cc | View |  | 1 chunk | +155 lines, -61 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_receiver.h | View |  | 3 chunks | +94 lines, -56 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_receiver.cc | View | 1 | 11 chunks | +199 lines, -276 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_receiver.gypi | View |  | 1 chunk | +4 lines, -3 lines | 0 comments | Download |  
        |  | M | media/cast/video_receiver/video_receiver_unittest.cc | View |  | 4 chunks | +140 lines, -77 lines | 0 comments | Download |  
        |  | M | media/cast/video_sender/codecs/vp8/vp8_encoder.cc | View |  | 1 chunk | +3 lines, -0 lines | 0 comments | Download |  
    Total messages: 10 (0 generated)
     |