| 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..5b43323fb7152ef46422202edc2fd0ff44ee1f07 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_key_frame() ? "Y" : "N") << ") ";
|
| }
|
|
|
| std::string EsAdapterVideoTest::RunAdapterTest(
|
|
|