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

Unified Diff: content/renderer/pepper/video_decoder_shim.cc

Issue 2345123002: Attach color space information to hardware decoded NV12 video frames. (Closed)
Patch Set: compile fix Created 4 years, 3 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 | « no previous file | media/filters/gpu_video_decoder.cc » ('j') | media/filters/h264_parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/video_decoder_shim.cc
diff --git a/content/renderer/pepper/video_decoder_shim.cc b/content/renderer/pepper/video_decoder_shim.cc
index 4ce9edc8e7343a9b0aaa6f631ca0944a85efa440..7b9ee5a6c83f54af0cb9475c382fbe19d2da6002 100644
--- a/content/renderer/pepper/video_decoder_shim.cc
+++ b/content/renderer/pepper/video_decoder_shim.cc
@@ -1064,7 +1064,7 @@ void VideoDecoderShim::SendPictures() {
host_->PictureReady(media::Picture(texture_id, frame->decode_id,
frame->video_frame->visible_rect(),
- false));
+ gfx::ColorSpace(), false));
pending_frames_.pop();
}
« no previous file with comments | « no previous file | media/filters/gpu_video_decoder.cc » ('j') | media/filters/h264_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698