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

Unified Diff: content/renderer/media/render_media_log.h

Issue 2645953004: Update duration when demuxed packets exceed known duration. (Closed)
Patch Set: Remove broken CGI server. Rate limit duration changed events. Created 3 years, 11 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 | content/renderer/media/render_media_log.cc » ('j') | media/filters/ffmpeg_demuxer_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/render_media_log.h
diff --git a/content/renderer/media/render_media_log.h b/content/renderer/media/render_media_log.h
index e9b655aed4b85e360750c6ea6f850a9268265e4a..ed9ce629889c0b1d2c5eb53eb77f4db4d4fdcf8a 100644
--- a/content/renderer/media/render_media_log.h
+++ b/content/renderer/media/render_media_log.h
@@ -69,8 +69,9 @@ class CONTENT_EXPORT RenderMediaLog : public media::MediaLog {
// For enforcing max 1 pending send.
bool ipc_send_pending_;
- // Limits the number buffered extents changed events we send over IPC to one.
+ // Limits the number of events we send over IPC to one.
std::unique_ptr<media::MediaLogEvent> last_buffered_extents_changed_event_;
+ std::unique_ptr<media::MediaLogEvent> last_duration_changed_event_;
// Holds a copy of the most recent MEDIA_ERROR_LOG_ENTRY, if any.
std::unique_ptr<media::MediaLogEvent> last_media_error_log_entry_;
« no previous file with comments | « no previous file | content/renderer/media/render_media_log.cc » ('j') | media/filters/ffmpeg_demuxer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698