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

Issue 2575473004: Create VideoReceiver with external VCMTiming object. (Closed)

Created:
4 years ago by philipel
Modified:
4 years ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Create VideoReceiver with external VCMTiming object. In order for the VCMTiming object to be correctly updated with decoding timings when running the WebRTC-NewVideoJitterBuffer experiment the VCMTiming object has to be available in both the VideoReceiver and the video_coding::FrameBuffer class. Therefore the VCMTiming object is created in VideoRecieveStream and then passed to VideoReceiver/video_coding::FrameBuffer as they are constructed. BUG=webrtc:5514 Committed: https://crrev.com/721d402d71cddc954aa9112f832908b9ead90107 Cr-Commit-Position: refs/heads/master@{#15638}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -18 lines) Patch
M webrtc/modules/video_coding/video_coding_impl.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/video_coding_impl.cc View 1 3 chunks +6 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_receiver.cc View 1 4 chunks +12 lines, -11 lines 0 comments Download
M webrtc/modules/video_coding/video_receiver_unittest.cc View 1 3 chunks +5 lines, -1 line 2 comments Download
M webrtc/video/video_receive_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
philipel
4 years ago (2016-12-14 12:53:15 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2575473004/diff/1/webrtc/modules/video_coding/video_coding_impl.h File webrtc/modules/video_coding/video_coding_impl.h (right): https://codereview.webrtc.org/2575473004/diff/1/webrtc/modules/video_coding/video_coding_impl.h#newcode153 webrtc/modules/video_coding/video_coding_impl.h:153: VCMTiming* timing = nullptr); Make this required instead.
4 years ago (2016-12-14 13:00:32 UTC) #3
philipel
https://codereview.webrtc.org/2575473004/diff/1/webrtc/modules/video_coding/video_coding_impl.h File webrtc/modules/video_coding/video_coding_impl.h (right): https://codereview.webrtc.org/2575473004/diff/1/webrtc/modules/video_coding/video_coding_impl.h#newcode153 webrtc/modules/video_coding/video_coding_impl.h:153: VCMTiming* timing = nullptr); On 2016/12/14 13:00:32, stefan-webrtc (holmer) ...
4 years ago (2016-12-14 13:21:21 UTC) #4
stefan-webrtc
lgtm https://codereview.webrtc.org/2575473004/diff/20001/webrtc/modules/video_coding/video_receiver_unittest.cc File webrtc/modules/video_coding/video_receiver_unittest.cc (right): https://codereview.webrtc.org/2575473004/diff/20001/webrtc/modules/video_coding/video_receiver_unittest.cc#newcode37 webrtc/modules/video_coding/video_receiver_unittest.cc:37: timing_.reset(new VCMTiming(&clock_)); Maybe move this to the ctor ...
4 years ago (2016-12-15 14:06:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2575473004/20001
4 years ago (2016-12-15 14:17:57 UTC) #7
philipel
https://codereview.webrtc.org/2575473004/diff/20001/webrtc/modules/video_coding/video_receiver_unittest.cc File webrtc/modules/video_coding/video_receiver_unittest.cc (right): https://codereview.webrtc.org/2575473004/diff/20001/webrtc/modules/video_coding/video_receiver_unittest.cc#newcode37 webrtc/modules/video_coding/video_receiver_unittest.cc:37: timing_.reset(new VCMTiming(&clock_)); On 2016/12/15 14:06:03, stefan-webrtc (holmer) wrote: > ...
4 years ago (2016-12-15 14:18:00 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-15 15:11:01 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-15 15:11:04 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/721d402d71cddc954aa9112f832908b9ead90107
Cr-Commit-Position: refs/heads/master@{#15638}

Powered by Google App Engine
This is Rietveld 408576698