|
Introduce the playback time into the MSE garbage collection.
The MSE spec - section 2.4.4 SourceBuffer Monitoring - mentions
what should be the media element state based on the playback time
and the MSE source buffer ranges.
There is currently no mechanism in the garbage collection to prevent
the current playback time from being garbage collected.
This CL protects the buffers corresponding to the current playback time.
BUG=None
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+115 lines, -33 lines) |
Patch |
 |
M |
media/filters/chunk_demuxer.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/chunk_demuxer.cc
|
View
|
1
|
12 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/filters/frame_processor.h
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/frame_processor.cc
|
View
|
1
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/filters/frame_processor_base.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/legacy_frame_processor.h
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/legacy_frame_processor.cc
|
View
|
1
|
4 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/filters/source_buffer_stream.h
|
View
|
1
|
4 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/filters/source_buffer_stream.cc
|
View
|
1
|
12 chunks |
+42 lines, -6 lines |
0 comments
|
Download
|
Total messages: 10 (1 generated)
|