Chromium Code Reviews

Issue 1912653002: Remove PayloadRouter dependency from ViEEncoder (Closed)

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

Description

Remove PayloadRouter dependency from ViEEncoder. BUG=webrtc:5687 Committed: https://crrev.com/bc75d97c32ec8149e9f2e4e03d16933c771f7347 Cr-Commit-Position: refs/heads/master@{#12593}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : Rebased #

Total comments: 5

Patch Set 4 : Addressed review comments. #

Total comments: 4

Patch Set 5 : Addressed comments. #

Unified diffs Side-by-side diffs Stats (+125 lines, -127 lines)
M webrtc/video/encoded_frame_callback_adapter.h View 1 chunk +1 line, -1 line 0 comments
M webrtc/video/encoded_frame_callback_adapter.cc View 1 chunk +3 lines, -1 line 0 comments
M webrtc/video/encoder_state_feedback_unittest.cc View 1 chunk +1 line, -3 lines 0 comments
M webrtc/video/payload_router.h View 4 chunks +5 lines, -4 lines 0 comments
M webrtc/video/payload_router.cc View 3 chunks +21 lines, -8 lines 0 comments
M webrtc/video/payload_router_unittest.cc View 8 chunks +22 lines, -23 lines 0 comments
M webrtc/video/video_send_stream.h View 2 chunks +11 lines, -1 line 0 comments
M webrtc/video/video_send_stream.cc View 6 chunks +25 lines, -15 lines 0 comments
M webrtc/video/vie_encoder.h View 6 chunks +19 lines, -8 lines 0 comments
M webrtc/video/vie_encoder.cc View 10 chunks +17 lines, -63 lines 0 comments

Messages

Total messages: 20 (9 generated)
perkj_webrtc
Can you please review.
4 years, 8 months ago (2016-04-21 16:10:35 UTC) #3
perkj_webrtc
+ sprang for bit rate allocation to the rtp module.
4 years, 8 months ago (2016-04-22 11:14:29 UTC) #5
sprang_webrtc
lgtm with nit I've a pending change which does conflict, but it'll be a minor ...
4 years, 8 months ago (2016-04-22 11:38:21 UTC) #6
pbos-webrtc
https://codereview.webrtc.org/1912653002/diff/40001/webrtc/video/payload_router.h File webrtc/video/payload_router.h (right): https://codereview.webrtc.org/1912653002/diff/40001/webrtc/video/payload_router.h#newcode39 webrtc/video/payload_router.h:39: void SetSendCodec(const VideoCodec& codec); Can this take a std::vector<VideoStream> ...
4 years, 8 months ago (2016-04-22 15:24:20 UTC) #7
perkj_webrtc
PTAL https://codereview.webrtc.org/1912653002/diff/20001/webrtc/video/vie_encoder.cc File webrtc/video/vie_encoder.cc (right): https://codereview.webrtc.org/1912653002/diff/20001/webrtc/video/vie_encoder.cc#newcode398 webrtc/video/vie_encoder.cc:398: sink_->Encoded(encoded_image, codec_specific_info, fragmentation); On 2016/04/22 11:38:20, språng wrote: ...
4 years, 8 months ago (2016-04-27 08:00:57 UTC) #8
pbos-webrtc
lgtm https://codereview.webrtc.org/1912653002/diff/60001/webrtc/video/payload_router.cc File webrtc/video/payload_router.cc (right): https://codereview.webrtc.org/1912653002/diff/60001/webrtc/video/payload_router.cc#newcode123 webrtc/video/payload_router.cc:123: streams_ = streams; Perhaps this one should also ...
4 years, 7 months ago (2016-05-02 00:45:44 UTC) #10
perkj_webrtc
4 years, 7 months ago (2016-05-02 12:32:54 UTC) #12
perkj_webrtc
https://codereview.webrtc.org/1912653002/diff/60001/webrtc/video/payload_router.cc File webrtc/video/payload_router.cc (right): https://codereview.webrtc.org/1912653002/diff/60001/webrtc/video/payload_router.cc#newcode123 webrtc/video/payload_router.cc:123: streams_ = streams; On 2016/05/02 00:45:44, pbos-webrtc wrote: > ...
4 years, 7 months ago (2016-05-02 12:33:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1912653002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1912653002/80001
4 years, 7 months ago (2016-05-02 12:33:26 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-02 13:31:30 UTC) #18
commit-bot: I haz the power
4 years, 7 months ago (2016-05-02 13:31:37 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/bc75d97c32ec8149e9f2e4e03d16933c771f7347
Cr-Commit-Position: refs/heads/master@{#12593}

Powered by Google App Engine