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

Unified Diff: media/base/pipeline.h

Issue 9700006: Move VideoDecoder out of media pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised on fischman's comments. Created 8 years, 9 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
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index c960912075f94b4254ed941f229e623fbbd5afca..9dfbfd65c616be07ec6e10e26919783d03ab21b9 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -603,7 +603,9 @@ class MEDIA_EXPORT Pipeline
// Decoder reference used for signalling imminent shutdown.
// This is a HACK necessary because WebMediaPlayerImpl::Destroy() holds the
// renderer thread loop hostage for until PipelineImpl::Stop() calls its
- // callback. http://crbug.com/110228 tracks removing this hack.
+ // callback.
+ // This reference should only be used for this hack and no other purposes.
+ // http://crbug.com/110228 tracks removing this hack.
scoped_refptr<VideoDecoder> video_decoder_;
// Renderer references used for setting the volume and determining
« media/base/filters.cc ('K') | « media/base/mock_filters.h ('k') | media/base/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698