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

Issue 165163: Merge 21882 - Implemented a proper clock for audio/video synchronization.... (Closed)

Created:
11 years, 4 months ago by laforge
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, Alpha Left Google, kylep, awong, brettw, scherkus (not reviewing)
Visibility:
Public.

Description

Merge 21882 - Implemented a proper clock for audio/video synchronization. More or less a change to pull out time management from PipelineImpl into a new class ClockImpl. Biggest difference is ClockImpl will use the system clock + linear interpolation to provide a more "precise" representation of the current playback position. BUG=16508 TEST=a/v sync should remain the same, currentTime should report more precise values Review URL: http://codereview.chromium.org/159517 TBR=scherkus@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22794

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -22 lines) Patch
A + media/base/clock.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + media/base/clock_impl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + media/base/clock_impl.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + media/base/clock_impl_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
MM media/base/pipeline_impl.h View 2 chunks +5 lines, -2 lines 0 comments Download
MM media/base/pipeline_impl.cc View 9 chunks +15 lines, -8 lines 0 comments Download
MM media/filters/video_renderer_base.cc View 2 chunks +24 lines, -16 lines 0 comments Download
MM media/media.gyp View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
laforge
11 years, 4 months ago (2009-08-07 21:22:40 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698