| Index: media/video/mft_h264_decode_engine.cc
|
| diff --git a/media/video/mft_h264_decode_engine.cc b/media/video/mft_h264_decode_engine.cc
|
| index 9a5bdb06b4950c7b2edcb556cd3d5271e89e5e6d..5166b1f917225258e1ce2c298e3b84a7964bfeda 100644
|
| --- a/media/video/mft_h264_decode_engine.cc
|
| +++ b/media/video/mft_h264_decode_engine.cc
|
| @@ -650,7 +650,7 @@ bool MftH264DecodeEngine::DoDecode() {
|
| // TODO(imcheng): Detect error.
|
| output_frames_[0]->SetTimestamp(TimeDelta::FromMicroseconds(timestamp));
|
| output_frames_[0]->SetDuration(TimeDelta::FromMicroseconds(duration));
|
| - context_->UploadToVideoFrame(
|
| + context_->ConvertToVideoFrame(
|
| surface.get(), output_frames_[0],
|
| NewRunnableMethod(this, &MftH264DecodeEngine::OnUploadVideoFrameDone,
|
| surface, output_frames_[0]));
|
|
|