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

Unified Diff: media/filters/frame_processor.cc

Issue 2379653004: Rename MediaSourceState -> SourceBufferState (Closed)
Patch Set: nits 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/filters/chunk_demuxer_unittest.cc ('k') | media/filters/media_source_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/frame_processor.cc
diff --git a/media/filters/frame_processor.cc b/media/filters/frame_processor.cc
index 0430c08f9dd757741ec7179e0800b0340b4ab8e6..c4cd1835a6e90152e22b49eadb1e43e77e090c06 100644
--- a/media/filters/frame_processor.cc
+++ b/media/filters/frame_processor.cc
@@ -459,7 +459,7 @@ bool FrameProcessor::ProcessFrame(
// index.html#sourcebuffer-coded-frame-processing
while (true) {
// 1. Loop Top:
- // Otherwise case: (See MediaSourceState's |auto_update_timestamp_offset_|,
+ // Otherwise case: (See SourceBufferState's |auto_update_timestamp_offset_|,
// too).
// 1.1. Let presentation timestamp be a double precision floating point
// representation of the coded frame's presentation timestamp in
@@ -735,7 +735,7 @@ bool FrameProcessor::ProcessFrame(
group_end_timestamp_ = frame_end_timestamp;
DCHECK(group_end_timestamp_ >= base::TimeDelta());
- // Step 21 is currently handled differently. See MediaSourceState's
+ // Step 21 is currently handled differently. See SourceBufferState's
// |auto_update_timestamp_offset_|.
return true;
}
« no previous file with comments | « media/filters/chunk_demuxer_unittest.cc ('k') | media/filters/media_source_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698