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

Unified Diff: webkit/media/webmediaplayer_ms.h

Issue 11198055: Fix media stream playback event as media element. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fire events after first frame is avaialbe Created 8 years, 2 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 | webkit/media/webmediaplayer_ms.cc » ('j') | webkit/media/webmediaplayer_ms.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_ms.h
===================================================================
--- webkit/media/webmediaplayer_ms.h (revision 163197)
+++ webkit/media/webmediaplayer_ms.h (working copy)
@@ -150,11 +150,11 @@
MediaStreamClient* media_stream_client_;
scoped_refptr<VideoFrameProvider> video_frame_provider_;
- bool video_frame_provider_started_;
bool paused_;
scoped_refptr<media::VideoFrame> current_frame_;
bool pending_repaint_;
- bool got_first_frame_;
+ bool received_first_frame_;
+ bool sequence_started_;
base::TimeDelta start_time_;
unsigned total_frame_count_;
unsigned dropped_frame_count_;
« no previous file with comments | « no previous file | webkit/media/webmediaplayer_ms.cc » ('j') | webkit/media/webmediaplayer_ms.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698