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

Unified Diff: media/base/pipeline_impl.h

Issue 6969026: Convert Filter::Seek() to use new callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More CR fixes Created 9 years, 7 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.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_impl.h
diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h
index 7b5fe4a6c2dbd3fde22fe730e1674a9ad0e306b5..caf4e19f081709a4ace1b08c822a850e970136eb 100644
--- a/media/base/pipeline_impl.h
+++ b/media/base/pipeline_impl.h
@@ -205,10 +205,12 @@ class PipelineImpl : public Pipeline, public FilterHost {
// Callback executed by filters upon completing initialization.
void OnFilterInitialize();
- // Callback executed by filters upon completing Play(), Pause(), Seek(),
- // or Stop().
+ // Callback executed by filters upon completing Play(), Pause(), or Stop().
void OnFilterStateTransition();
+ // Callback executed by filters upon completing Seek().
+ void OnFilterStateTransitionWithStatus(PipelineStatus status);
+
// Callback executed by filters when completing teardown operations.
void OnTeardownStateTransition();
« no previous file with comments | « media/base/mock_filters.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698