| Index: media/filters/chunk_demuxer.h
|
| diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
|
| index cf1676715d8a139653a9d9b9cd95ea20d71d2207..12d3eee04b1b6db709b91de3af0b2a2a1f1af140 100644
|
| --- a/media/filters/chunk_demuxer.h
|
| +++ b/media/filters/chunk_demuxer.h
|
| @@ -77,8 +77,8 @@ class MEDIA_EXPORT ChunkDemuxerStream : public DemuxerStream {
|
| size_t GetBufferedSize() const;
|
|
|
| // Signal to the stream that buffers handed in through subsequent calls to
|
| - // Append() belong to a media segment that starts at |start_timestamp|.
|
| - void OnNewMediaSegment(DecodeTimestamp start_timestamp);
|
| + // Append() belong to a coded frame group that starts at |start_timestamp|.
|
| + void OnStartOfCodedFrameGroup(DecodeTimestamp start_timestamp);
|
|
|
| // Called when midstream config updates occur.
|
| // Returns true if the new config is accepted.
|
|
|