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

Unified Diff: chromecast/media/cma/pipeline/media_pipeline_impl.cc

Issue 2305113002: Make default media::Renderer::playback_rate = 0. (Closed)
Patch Set: Created 4 years, 3 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/renderer.h » ('j') | media/base/renderer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/media_pipeline_impl.cc
diff --git a/chromecast/media/cma/pipeline/media_pipeline_impl.cc b/chromecast/media/cma/pipeline/media_pipeline_impl.cc
index 54eeb556a9bbf1d9bf25e92643b648c9d84f58c6..b34c3963cf3aa0f84db5f0231b8c7a48095a14a3 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_impl.cc
+++ b/chromecast/media/cma/pipeline/media_pipeline_impl.cc
@@ -83,7 +83,7 @@ struct MediaPipelineImpl::FlushTask {
MediaPipelineImpl::MediaPipelineImpl()
: cdm_context_(nullptr),
backend_state_(BACKEND_STATE_UNINITIALIZED),
- playback_rate_(1.0f),
+ playback_rate_(0.0f),
DaleCurtis 2016/09/06 19:15:36 Just 0 is fine.
alokp 2016/09/06 19:26:34 Done.
audio_decoder_(nullptr),
video_decoder_(nullptr),
pending_time_update_task_(false),
« no previous file with comments | « no previous file | media/base/renderer.h » ('j') | media/base/renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698