Comment #4 on issue 17917 by bugdro...@chromium.org: Regression: audio  
stops playing after a seek
http://code.google.com/p/chromium/issues/detail?id=17917

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=22806

------------------------------------------------------------------------
r22806 | lafo...@chromium.org | 2009-08-07 15:27:36 -0700 (Fri, 07 Aug  
2009) | 12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/chrome/renderer/media/audio_renderer_impl.cc?r1=22806&r2=22805
    M  
http://src.chromium.org/viewvc/chrome/branches/195/src/media/filters/audio_renderer_base.cc?r1=22806&r2=22805

Merge 21935 - Fixes an audio playback regression caused by seeking in  
audio/video media.

This is a temporary fix to a much larger problem of dealing with Chrome's  
audio IPC layer.  Since a seek is a small amount of time, we keep the audio  
IPC conversation going by writing 8k of zeros.  Before we were telling the  
audio IPC layer that we were out of data, which technically was a lie (we  
were just seeking), and as a result the conversation died at that point.

TEST=seek around in a video, audio should keep playing and remain in sync
BUG=17917

Review URL: http://codereview.chromium.org/160283

tbr=scher...@chromium.org

Review URL: http://codereview.chromium.org/164195
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to