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

Issue 2898763005: More gracefully handle timing errors, such as unexpected changes in the rtp timestamp. (Closed)

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

Description

More gracefully handle timing errors, such as unexpected changes in the rtp timestamp. BUG=webrtc:7682 Review-Url: https://codereview.webrtc.org/2898763005 Cr-Commit-Position: refs/heads/master@{#18245} Committed: https://chromium.googlesource.com/external/webrtc/+/95e9754e4055ba0190a71dc4c0549182ae362dd4

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments addressed. #

Total comments: 4

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M webrtc/modules/video_coding/frame_buffer2.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.cc View 1 2 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
stefan-webrtc
WDYT about adding this back? The old jitter buffer had this, and I think it ...
3 years, 7 months ago (2017-05-23 07:06:09 UTC) #2
philipel
https://codereview.webrtc.org/2898763005/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2898763005/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode149 webrtc/modules/video_coding/frame_buffer2.cc:149: } Nit: add newline after 149 :) https://codereview.webrtc.org/2898763005/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode199 webrtc/modules/video_coding/frame_buffer2.cc:199: ...
3 years, 7 months ago (2017-05-23 10:32:44 UTC) #3
stefan-webrtc
Comments addressed.
3 years, 7 months ago (2017-05-23 15:20:02 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2898763005/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2898763005/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode149 webrtc/modules/video_coding/frame_buffer2.cc:149: } On 2017/05/23 10:32:44, philipel wrote: > Nit: add ...
3 years, 7 months ago (2017-05-23 15:21:47 UTC) #5
philipel
lgtm % comments https://codereview.webrtc.org/2898763005/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2898763005/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc#newcode205 webrtc/modules/video_coding/frame_buffer2.cc:205: } else if (std::abs(render_time_ms - now_ms) ...
3 years, 7 months ago (2017-05-23 16:11:48 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/2898763005/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2898763005/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc#newcode205 webrtc/modules/video_coding/frame_buffer2.cc:205: } else if (std::abs(render_time_ms - now_ms) > kMaxVideoDelayMs) { ...
3 years, 7 months ago (2017-05-23 16:33:43 UTC) #7
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/2898763005/40001
3 years, 7 months ago (2017-05-23 16:34:47 UTC) #10
commit-bot: I haz the power
3 years, 7 months ago (2017-05-23 16:52:24 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/95e9754e4055ba0190a71dc4c...

Powered by Google App Engine
This is Rietveld 408576698