MSE: Remove unused |success| StreamParser::InitCB argument
commit186b656e47b8199822f71a5201a3a31bf43748ab
authorwolenetz <wolenetz@chromium.org>
Wed, 18 Feb 2015 02:16:05 +0000 (17 18:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Feb 2015 02:17:06 +0000 (18 02:17 +0000)
tree56a40e0c2b49c2c1e1d1be645808e597e94f4f31
parente0add0fd70c1f79154926fa02941e713cb36faeb
MSE: Remove unused |success| StreamParser::InitCB argument

The only current source of a false |success| argument to
StreamParser::InitCB is MPEGAudioStreamParserBase::ParseFrame(), which
should not even run InitCB in that case. This CL removes this redundant
InitCB parameter, preparing for some further refactoring of InitCB and
NewConfigCB for compliant initialization segment received algorithm
implementation.

BUG=249428
TEST=No media_unittest or MSE layout test regressions locally on Linux

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

Cr-Commit-Position: refs/heads/master@{#316744}
media/base/stream_parser.h
media/filters/chunk_demuxer.cc
media/filters/chunk_demuxer.h
media/formats/common/stream_parser_test_base.cc
media/formats/common/stream_parser_test_base.h
media/formats/mp2t/mp2t_stream_parser.cc
media/formats/mp2t/mp2t_stream_parser_unittest.cc
media/formats/mp4/mp4_stream_parser.cc
media/formats/mp4/mp4_stream_parser_unittest.cc
media/formats/mpeg/mpeg_audio_stream_parser_base.cc
media/formats/webm/webm_stream_parser.cc