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

Unified Diff: content/renderer/render_view_impl.cc

Issue 10821049: Add a comment for Linux video decode acceleration. (Closed) Base URL: http://git.chromium.org/chromium/src.git@va-open
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index c9bc768932a8039e6680f35b27636955c4c28129..b4e06ff959f464ce2a3ae8e211edc34e9b12e431 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2375,6 +2375,8 @@ WebMediaPlayer* RenderViewImpl::createMediaPlayer(
collection->AddAudioRenderer(audio_renderer);
}
+ // Accelerated video decode is not enabled by default on Linux.
+ // crbug.com/137247
bool use_accelerated_video_decode = false;
#if defined(OS_CHROMEOS)
use_accelerated_video_decode = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698