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

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: 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
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/pipeline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 659199f55af4ae1124afac73acc7a4f6a4a1787b..8f039e6992713d9fa3806d1f0b9e7be659c2ff8e 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
« no previous file with comments | « 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