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

Unified Diff: media/base/media_track.h

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/BUILD.gn ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_track.h
diff --git a/media/base/media_track.h b/media/base/media_track.h
index 3f5655f180d559179974bb2c9ab8e29e838d6cb9..413c8e04dc002056f1572a3b3a725365b8573481 100644
--- a/media/base/media_track.h
+++ b/media/base/media_track.h
@@ -46,7 +46,7 @@ class MEDIA_EXPORT MediaTrack {
// unique only within the scope of single bytestream's initialization segment.
// But we might have multiple bytestreams (MediaSource might have multiple
// SourceBuffers attached to it, which translates into ChunkDemuxer having
- // multiple MediaSourceStates and multiple bytestreams) or subsequent init
+ // multiple SourceBufferStates and multiple bytestreams) or subsequent init
// segments may redefine the bytestream ids. Thus bytestream track ids are not
// guaranteed to be unique at the Demuxer and HTMLMediaElement level. So we
// generate truly unique media track |id_| on the Demuxer level.
« no previous file with comments | « media/BUILD.gn ('k') | media/filters/chunk_demuxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698