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

Issue 1693553002: Move simple RtpRtcp calls to VideoSendStream. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, andresp, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move simple RtpRtcp calls to VideoSendStream. Moves RtpRtcp module pointers into VideoSendStream and uses them for simple calls that were only forwarded by ViEChannel. BUG=webrtc:5494 R=stefan@webrtc.org Committed: https://crrev.com/723ead844bfd63b3ce6ffdf44abf10682d131ea3 Cr-Commit-Position: refs/heads/master@{#11709}

Patch Set 1 #

Total comments: 4

Patch Set 2 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -167 lines) Patch
M webrtc/video/video_receive_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M webrtc/video/video_send_stream.cc View 1 7 chunks +50 lines, -38 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 4 chunks +1 line, -33 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 6 chunks +2 lines, -94 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
pbos-webrtc
Yaaaaaaaaaaaaaaay!
4 years, 10 months ago (2016-02-11 15:12:40 UTC) #1
stefan-webrtc
lgtm https://codereview.webrtc.org/1693553002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1693553002/diff/1/webrtc/video/video_send_stream.cc#newcode232 webrtc/video/video_send_stream.cc:232: const uint16_t mtu = static_cast<uint16_t>(config_.rtp.max_packet_size + 28); Make ...
4 years, 10 months ago (2016-02-22 13:11:52 UTC) #2
pbos-webrtc
feedback
4 years, 10 months ago (2016-02-22 13:20:45 UTC) #3
pbos-webrtc
https://codereview.webrtc.org/1693553002/diff/1/webrtc/video/video_send_stream.cc File webrtc/video/video_send_stream.cc (right): https://codereview.webrtc.org/1693553002/diff/1/webrtc/video/video_send_stream.cc#newcode232 webrtc/video/video_send_stream.cc:232: const uint16_t mtu = static_cast<uint16_t>(config_.rtp.max_packet_size + 28); On 2016/02/22 ...
4 years, 10 months ago (2016-02-22 13:21:01 UTC) #4
pbos-webrtc
Committed patchset #2 (id:20001) manually as 723ead844bfd63b3ce6ffdf44abf10682d131ea3 (presubmit successful).
4 years, 10 months ago (2016-02-22 14:14:14 UTC) #6
commit-bot: I haz the power
4 years, 10 months ago (2016-02-22 14:14:19 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/723ead844bfd63b3ce6ffdf44abf10682d131ea3
Cr-Commit-Position: refs/heads/master@{#11709}

Powered by Google App Engine
This is Rietveld 408576698