MSE: Notify Blink SourceBuffer on init segment received
commit37e3ddb2b29418584a3e6207dfed7a584712a037
authorwolenetz <wolenetz@chromium.org>
Sat, 13 Sep 2014 01:34:37 +0000 (12 18:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 13 Sep 2014 01:41:04 +0000 (13 01:41 +0000)
treee85cfc59d5305775d4ce780d279ca0397d160148
parent069fc881828aa504dc01891d2db80fc377d02643
MSE: Notify Blink SourceBuffer on init segment received

As the second of a three-sided set of change:
This change lays the groundwork for Blink to own the app-visible pieces
of the MSE initialization segment received algorithm. It lets
SourceState notify WebSourceBufferImpl upon parsing an initialization
segment. WSBI then notifies its WebSourceBufferClient.
Updated unit tests are included.

R=acolwell@chromium.org
TEST=No media_unittest regression
BUG=249428,397243

Review URL: https://codereview.chromium.org/547223003

Cr-Commit-Position: refs/heads/master@{#294722}
media/blink/websourcebuffer_impl.cc
media/blink/websourcebuffer_impl.h
media/filters/chunk_demuxer.cc
media/filters/chunk_demuxer.h
media/filters/chunk_demuxer_unittest.cc
media/filters/pipeline_integration_test.cc