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

Unified Diff: media/tools/player_x11/player_x11.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/filters/pipeline_integration_test_base.cc ('k') | webkit/renderer/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/player_x11/player_x11.cc
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
index 80357a2dfa1bf21aef30dc633ae71a0e0412d5fd..efa7573f88fcb39b1381f7656c2ee67e52645a67 100644
--- a/media/tools/player_x11/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -136,7 +136,8 @@ void InitPipeline(media::Pipeline* pipeline,
message_loop,
new media::NullAudioSink(message_loop),
audio_decoders.Pass(),
- media::SetDecryptorReadyCB()));
+ media::SetDecryptorReadyCB(),
+ true));
collection->SetAudioRenderer(audio_renderer.Pass());
base::WaitableEvent event(true, false);
« no previous file with comments | « media/filters/pipeline_integration_test_base.cc ('k') | webkit/renderer/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698