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

Unified Diff: media/base/pipeline.cc

Issue 15872004: Disable preroll duration increase on underflow for MediaSource playback. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address CR comments Created 7 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 | « media/base/mock_filters.h ('k') | media/filters/audio_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.cc
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
index 71239305ec3c6ff09eeb84b7ee6e2fc6b862f7c5..67cc0f33ddda8be9755acf828ad007370a87f7c5 100644
--- a/media/base/pipeline.cc
+++ b/media/base/pipeline.cc
@@ -928,7 +928,7 @@ void Pipeline::OnAudioUnderflow() {
return;
if (audio_renderer_)
- audio_renderer_->ResumeAfterUnderflow(true);
+ audio_renderer_->ResumeAfterUnderflow();
}
void Pipeline::StartClockIfWaitingForTimeUpdate_Locked() {
« no previous file with comments | « media/base/mock_filters.h ('k') | media/filters/audio_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698