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

Unified Diff: media/base/pipeline_impl.h

Issue 2366373003: Not for submission. fastSeek prototype. (Closed)
Patch Set: Created 4 years, 3 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/pipeline.h ('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 97d811948a65b9d3435fa587c3fdfd115b1cf5f2..e6947c09719802562f7ec47b499efc7eee56e196 100644
--- a/media/base/pipeline_impl.h
+++ b/media/base/pipeline_impl.h
@@ -13,6 +13,7 @@
#include "base/threading/thread_checker.h"
#include "media/base/media_export.h"
#include "media/base/pipeline.h"
+#include "media/base/stream_position.h"
namespace base {
class SingleThreadTaskRunner;
@@ -78,7 +79,7 @@ class MEDIA_EXPORT PipelineImpl : public Pipeline {
Client* client,
const PipelineStatusCB& seek_cb) override;
void Stop() override;
- void Seek(base::TimeDelta time, const PipelineStatusCB& seek_cb) override;
+ void Seek(StreamPosition position, const PipelineStatusCB& seek_cb) override;
void Suspend(const PipelineStatusCB& suspend_cb) override;
void Resume(std::unique_ptr<Renderer> renderer,
base::TimeDelta time,
« no previous file with comments | « media/base/pipeline.h ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698