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

Unified Diff: chromecast/media/cma/pipeline/audio_pipeline_impl.h

Issue 974623002: Chromecast: mitigate threading issue between AvPipeline/MediaKeys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes some bugs Created 5 years, 10 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 | chromecast/media/cma/pipeline/audio_pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/audio_pipeline_impl.h
diff --git a/chromecast/media/cma/pipeline/audio_pipeline_impl.h b/chromecast/media/cma/pipeline/audio_pipeline_impl.h
index 7d2e63a13141eeca6968ee3c5a04b2b02a30274d..7451acf3f4245759c857bb5b35ee78dabc3d7884 100644
--- a/chromecast/media/cma/pipeline/audio_pipeline_impl.h
+++ b/chromecast/media/cma/pipeline/audio_pipeline_impl.h
@@ -62,7 +62,7 @@ class AudioPipelineImpl : public AudioPipeline {
AudioPipelineDevice* audio_device_;
- scoped_ptr<AvPipelineImpl> av_pipeline_impl_;
+ scoped_refptr<AvPipelineImpl> av_pipeline_impl_;
AvPipelineClient audio_client_;
::media::PipelineStatistics previous_stats_;
« no previous file with comments | « no previous file | chromecast/media/cma/pipeline/audio_pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698