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

Unified Diff: chrome/renderer/media/audio_renderer_impl.cc

Issue 2101022: refactoring decoder interface (Closed)
Patch Set: q Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/audio_renderer_impl.cc
diff --git a/chrome/renderer/media/audio_renderer_impl.cc b/chrome/renderer/media/audio_renderer_impl.cc
index a8b02c3abc6841c52f0c84f09741977b1f37a5ff..494a7029138192e1780204f870b5292b522d1fa2 100644
--- a/chrome/renderer/media/audio_renderer_impl.cc
+++ b/chrome/renderer/media/audio_renderer_impl.cc
@@ -101,7 +101,7 @@ void AudioRendererImpl::OnReadComplete(media::Buffer* buffer_in) {
// TODO(hclam): handle end of stream here.
// Use the base class to queue the buffer.
- AudioRendererBase::OnReadComplete(buffer_in);
+ AudioRendererBase::OnFillBufferDone(buffer_in);
// Post a task to render thread to notify a packet reception.
io_loop_->PostTask(FROM_HERE,
« no previous file with comments | « no previous file | media/base/filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698