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

Unified Diff: media/base/filter_host.h

Issue 39170: Pipeline_Impl was modified to properly render a stream that has video but no ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: media/base/filter_host.h
===================================================================
--- media/base/filter_host.h (revision 10997)
+++ media/base/filter_host.h (working copy)
@@ -62,7 +62,8 @@
// Posts a task to be executed asynchronously on the pipeline's thread.
virtual void PostTask(Task* task) = 0;
- // Stops execution of the pipeline due to a fatal error.
+ // Stops execution of the pipeline due to a fatal error. Do not call this
+ // method with PIPELINE_OK or PIPELINE_STOPPING (used internally by pipeline).
virtual void Error(PipelineError error) = 0;
// Sets the current time. Any filters that have registered a callback through

Powered by Google App Engine
This is Rietveld 408576698