| Index: media/formats/mp2t/es_parser_adts.cc
|
| diff --git a/media/formats/mp2t/es_parser_adts.cc b/media/formats/mp2t/es_parser_adts.cc
|
| index d8bc407a06230eef51d919c42998aad383c2a733..4b3bb957408021d2ba91b07dbf02e433c8f1775c 100644
|
| --- a/media/formats/mp2t/es_parser_adts.cc
|
| +++ b/media/formats/mp2t/es_parser_adts.cc
|
| @@ -201,7 +201,8 @@ bool EsParserAdts::Parse(const uint8* buf, int size,
|
| StreamParserBuffer::CopyFrom(
|
| &raw_es[es_position],
|
| frame_size,
|
| - is_key_frame);
|
| + is_key_frame,
|
| + StreamParserBuffer::kAudio);
|
| stream_parser_buffer->SetDecodeTimestamp(current_pts);
|
| stream_parser_buffer->set_timestamp(current_pts);
|
| stream_parser_buffer->set_duration(frame_duration);
|
|
|