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

Issue 257793004: Update VideoFrameScheduler API and add clockless and testing implementations. (Closed)

Created:
6 years, 8 months ago by scherkus (not reviewing)
Modified:
6 years, 7 months ago
Reviewers:
xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Update VideoFrameScheduler API and add clockless and testing implementations. API changes: - Frame done callbacks must not be reentrant - Reset is fire-and-forget; frames are no longer return via the done callback BUG=110814 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266635

Patch Set 1 : #

Total comments: 6

Patch Set 2 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+290 lines, -10 lines) Patch
A media/filters/clockless_video_frame_scheduler.h View 1 chunk +34 lines, -0 lines 0 comments Download
A media/filters/clockless_video_frame_scheduler.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download
A media/filters/test_video_frame_scheduler.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
A media/filters/test_video_frame_scheduler.cc View 1 chunk +66 lines, -0 lines 0 comments Download
M media/filters/video_frame_scheduler.h View 2 chunks +8 lines, -3 lines 0 comments Download
M media/filters/video_frame_scheduler_impl.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M media/filters/video_frame_scheduler_impl_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
A media/filters/video_frame_scheduler_unittest.cc View 1 chunk +80 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scherkus (not reviewing)
xhwang: here's one more that I split off from https://codereview.chromium.org/237353007/
6 years, 8 months ago (2014-04-25 23:54:23 UTC) #1
xhwang
lgtm % nits https://codereview.chromium.org/257793004/diff/40001/media/filters/clockless_video_frame_scheduler.cc File media/filters/clockless_video_frame_scheduler.cc (right): https://codereview.chromium.org/257793004/diff/40001/media/filters/clockless_video_frame_scheduler.cc#newcode24 media/filters/clockless_video_frame_scheduler.cc:24: base::TimeTicks wall_ticks, /* wall_ticks */ to ...
6 years, 7 months ago (2014-04-28 16:35:47 UTC) #2
scherkus (not reviewing)
https://codereview.chromium.org/257793004/diff/40001/media/filters/clockless_video_frame_scheduler.cc File media/filters/clockless_video_frame_scheduler.cc (right): https://codereview.chromium.org/257793004/diff/40001/media/filters/clockless_video_frame_scheduler.cc#newcode24 media/filters/clockless_video_frame_scheduler.cc:24: base::TimeTicks wall_ticks, On 2014/04/28 16:35:48, xhwang wrote: > /* ...
6 years, 7 months ago (2014-04-28 17:03:45 UTC) #3
scherkus (not reviewing)
The CQ bit was checked by scherkus@chromium.org
6 years, 7 months ago (2014-04-28 17:03:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/257793004/60001
6 years, 7 months ago (2014-04-28 17:05:07 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 19:50:07 UTC) #6
Message was sent while issue was closed.
Change committed as 266635

Powered by Google App Engine
This is Rietveld 408576698