| Index: media/formats/common/stream_parser_test_base.cc
|
| diff --git a/media/formats/common/stream_parser_test_base.cc b/media/formats/common/stream_parser_test_base.cc
|
| index 1d5f4b9c0c21260b38a47bf13685492fe3f45096..41892d1e2ce1a261fa5fdd471dd98ef3954b97a1 100644
|
| --- a/media/formats/common/stream_parser_test_base.cc
|
| +++ b/media/formats/common/stream_parser_test_base.cc
|
| @@ -19,7 +19,7 @@ static std::string BufferQueueToString(
|
| itr != buffers.end();
|
| ++itr) {
|
| ss << " " << (*itr)->timestamp().InMilliseconds();
|
| - if ((*itr)->IsKeyframe())
|
| + if ((*itr)->is_key_frame())
|
| ss << "K";
|
| }
|
| ss << " }";
|
|
|