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

Unified Diff: webkit/glue/webmediaplayer_impl.h

Issue 165472: Merge 23255 - Implemented endofstream callback for media::PipelineImpl.... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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/filters/video_renderer_base_unittest.cc ('k') | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmediaplayer_impl.h
===================================================================
--- webkit/glue/webmediaplayer_impl.h (revision 23335)
+++ webkit/glue/webmediaplayer_impl.h (working copy)
@@ -106,6 +106,7 @@
// WebMediaPlayerImpl.
void PipelineInitializationCallback();
void PipelineSeekCallback();
+ void PipelineEndedCallback();
void PipelineErrorCallback();
private:
@@ -118,6 +119,9 @@
// Notify |webmediaplayer_| that a seek has finished.
void PipelineSeekTask();
+ // Notify |webmediaplayer_| that the media has ended.
+ void PipelineEndedTask();
+
// Notify |webmediaplayer_| that a pipeline error has been set.
void PipelineErrorTask();
@@ -220,6 +224,8 @@
void OnPipelineSeek();
+ void OnPipelineEnded();
+
void OnPipelineError();
private:
Property changes on: webkit\glue\webmediaplayer_impl.h
___________________________________________________________________
Modified: svn:mergeinfo
Merged /trunk/src/webkit/glue/webmediaplayer_impl.h:r23255
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | webkit/glue/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698