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

Unified Diff: media/base/pipeline_status.h

Issue 7044008: Initial implementation of stream switching in AdaptiveDemuxer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use RepeatingTimer 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 | « no previous file | media/filters/adaptive_demuxer.h » ('j') | media/filters/adaptive_demuxer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline_status.h
diff --git a/media/base/pipeline_status.h b/media/base/pipeline_status.h
index 3fc222dce479d62b35cd60463a02f2b4a709fb32..ba6b9312d28066aa68ca6082156422891da7c244 100644
--- a/media/base/pipeline_status.h
+++ b/media/base/pipeline_status.h
@@ -5,6 +5,7 @@
#ifndef MEDIA_BASE_PIPELINE_STATUS_H_
#define MEDIA_BASE_PIPELINE_STATUS_H_
+#include "base/callback.h"
#include "base/callback_old.h"
namespace media {
@@ -34,6 +35,7 @@ enum PipelineStatus {
};
typedef Callback1<media::PipelineStatus>::Type PipelineStatusCallback;
+typedef base::Callback<void(PipelineStatus)> PipelineStatusCB;
} // namespace media
« no previous file with comments | « no previous file | media/filters/adaptive_demuxer.h » ('j') | media/filters/adaptive_demuxer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698