Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(987)

Unified Diff: media/video/mft_h264_decode_engine.cc

Issue 4113006: Rename UploadToVideoFrame to ConvertToVideoFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/media/gles2_video_decode_context.cc ('k') | media/video/mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]));
« no previous file with comments | « chrome/renderer/media/gles2_video_decode_context.cc ('k') | media/video/mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698