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

Unified Diff: chromecast/media/cma/test/mock_frame_provider.cc

Issue 1221903003: Change the video color space default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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 | « chromecast/media/cma/test/demuxer_stream_for_test.cc ('k') | content/browser/media/media_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/test/mock_frame_provider.cc
diff --git a/chromecast/media/cma/test/mock_frame_provider.cc b/chromecast/media/cma/test/mock_frame_provider.cc
index c1de89863acab2a450a15653c7f78cba8e59460c..645198e0108f797160869e6388225d63404c93b3 100644
--- a/chromecast/media/cma/test/mock_frame_provider.cc
+++ b/chromecast/media/cma/test/mock_frame_provider.cc
@@ -81,6 +81,7 @@ void MockFrameProvider::DoRead(const ReadCB& read_cb) {
::media::kCodecH264,
::media::VIDEO_CODEC_PROFILE_UNKNOWN,
::media::VideoFrame::YV12,
+ ::media::VideoFrame::COLOR_SPACE_UNSPECIFIED,
coded_size,
visible_rect,
natural_size,
« no previous file with comments | « chromecast/media/cma/test/demuxer_stream_for_test.cc ('k') | content/browser/media/media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698