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

Issue 1324683004: Win Video Capture: Sending the timestamps provided by the driver to the capture pipeline (Closed)

Created:
5 years, 3 months ago by qiangchen
Modified:
5 years, 3 months ago
Reviewers:
mcasas
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebRTC render smoothness test shows on windows platform the timestamps on the video frames are quite irregular. The reason is that we read the system clock time, when the frame is available to chromium, but the system clock may not be high definition. In this CL, we changed the behavior to reading timestamp from the capture driver. BUG=529949 TEST=all unit test and browser test passing, apprtc working as before. Committed: https://crrev.com/b22216f19a3864c98588f5008a112fb9fc715371 Cr-Commit-Position: refs/heads/master@{#348291}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Fallback to old code path in case no timestamp #

Total comments: 4

Patch Set 3 : Restyle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -5 lines) Patch
M media/capture/video/win/sink_filter_observer_win.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M media/capture/video/win/sink_input_pin_win.cc View 1 2 1 chunk +11 lines, -1 line 0 comments Download
M media/capture/video/win/video_capture_device_win.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M media/capture/video/win/video_capture_device_win.cc View 1 2 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
qiangchen
5 years, 3 months ago (2015-09-09 22:50:56 UTC) #3
mcasas
LGTM with: - Run more bots more often. Let them work for you :) - ...
5 years, 3 months ago (2015-09-09 23:33:27 UTC) #4
qiangchen
Thanks. Two things remain: 1. For TEST= line, do you mean to write a unittest? ...
5 years, 3 months ago (2015-09-10 18:03:01 UTC) #6
mcasas
About TEST, I mean at least a human description of perceived changes (or lack thereof) ...
5 years, 3 months ago (2015-09-10 20:03:20 UTC) #8
qiangchen
Added the TEST line. Let's make the unittest in another CL. As it would involving ...
5 years, 3 months ago (2015-09-10 21:37:45 UTC) #9
mcasas
On 2015/09/10 21:37:45, qiangchenC wrote: > Added the TEST line. > > Let's make the ...
5 years, 3 months ago (2015-09-10 23:56:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1324683004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1324683004/100001
5 years, 3 months ago (2015-09-10 23:58:29 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:100001)
5 years, 3 months ago (2015-09-11 00:04:19 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/b22216f19a3864c98588f5008a112fb9fc715371 Cr-Commit-Position: refs/heads/master@{#348291}
5 years, 3 months ago (2015-09-11 00:05:15 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:16:41 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b22216f19a3864c98588f5008a112fb9fc715371
Cr-Commit-Position: refs/heads/master@{#348291}

Powered by Google App Engine
This is Rietveld 408576698