Chromium Code Reviews| Index: content/renderer/media/websourcebuffer_impl.cc |
| diff --git a/content/renderer/media/websourcebuffer_impl.cc b/content/renderer/media/websourcebuffer_impl.cc |
| index ff3ac5b0079eaad191862c5bce60da8687bba712..05ff9f5623bced6b172e833d8f1f6bf23a77cfa1 100644 |
| --- a/content/renderer/media/websourcebuffer_impl.cc |
| +++ b/content/renderer/media/websourcebuffer_impl.cc |
| @@ -88,7 +88,9 @@ void WebSourceBufferImpl::append( |
| } |
| void WebSourceBufferImpl::abort() { |
|
wolenetz
2014/05/06 00:04:32
Upon further inspection of the MSE spec, and given
damienv1
2014/05/06 00:29:00
Added a comment which references this bug.
|
| - demuxer_->Abort(id_); |
| + demuxer_->Abort(id_, |
| + append_window_start_, append_window_end_, |
| + ×tamp_offset_); |
| } |
| void WebSourceBufferImpl::remove(double start, double end) { |