| Index: media/formats/mp2t/es_adapter_video_unittest.cc
|
| diff --git a/media/formats/mp2t/es_adapter_video_unittest.cc b/media/formats/mp2t/es_adapter_video_unittest.cc
|
| index 906d8e175aa9a37038e0875b7f416c1c5e2ed3e6..73ff493a52618ed8b124b6c4c5076f282cfa7eec 100644
|
| --- a/media/formats/mp2t/es_adapter_video_unittest.cc
|
| +++ b/media/formats/mp2t/es_adapter_video_unittest.cc
|
| @@ -92,7 +92,7 @@ void EsAdapterVideoTest::OnNewConfig(const VideoDecoderConfig& video_config) {
|
| void EsAdapterVideoTest::OnNewBuffer(
|
| scoped_refptr<StreamParserBuffer> buffer) {
|
| buffer_descriptors_ << "(" << buffer->duration().InMilliseconds() << ","
|
| - << (buffer->IsKeyframe() ? "Y" : "N") << ") ";
|
| + << (buffer->is_keyframe() ? "Y" : "N") << ") ";
|
| }
|
|
|
| std::string EsAdapterVideoTest::RunAdapterTest(
|
|
|