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

Issue 1581008: Audio cut off ~500ms too early (Closed)

Created:
10 years, 8 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Audio cut off ~500ms too early BUG=23055 TEST=layout tests and audio won't cut off too early with this file: http://commons.wikimedia.org/wiki/File:Montreal2.ogg This patch fix the problem by adding an extra condition to determine the end of playback by using the information of buffered audio data in the browser process. If both the renderer process and browser process don't have any more audio data then end of playback is resulted. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43546

Patch Set 1 #

Patch Set 2 : remove unrelated patch #

Patch Set 3 : missing patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M chrome/renderer/media/audio_renderer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/audio_renderer_base.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Alpha Left Google
10 years, 8 months ago (2010-04-02 02:42:09 UTC) #1
scherkus (not reviewing)
10 years, 8 months ago (2010-04-02 02:47:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698