summaryrefslogtreecommitdiffstats
path: root/chromecast/renderer/DEPS
diff options
context:
space:
mode:
authorservolk <servolk@chromium.org>2015-03-03 13:17:23 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-03 21:18:23 +0000
commit2e583073b996e66d62f709dd2ffde9e1ef58b276 (patch)
treebdd96f3445cb8667aefdedef852f3f2dcc92a168 /chromecast/renderer/DEPS
parent365c5588df97683350ceabef4d8034c0d3faec78 (diff)
downloadchromium_src-2e583073b996e66d62f709dd2ffde9e1ef58b276.zip
chromium_src-2e583073b996e66d62f709dd2ffde9e1ef58b276.tar.gz
chromium_src-2e583073b996e66d62f709dd2ffde9e1ef58b276.tar.bz2
Chromecast: Play audio streams not supported by CMA via default renderer
For Chromecast we want to choose which media renderer to use based on the types of input content streams. We will use CMA media renderer for media types that are supported by our hardware (H264, AAC, etc) and will use the default media renderer for audio streams other than AAC or Vorbis. This will allow us support software decoding of FLAC and Opus via the default Chrome audio path. BUG=457959 Review URL: https://codereview.chromium.org/973633002 Cr-Commit-Position: refs/heads/master@{#318941}
Diffstat (limited to 'chromecast/renderer/DEPS')
-rw-r--r--chromecast/renderer/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/renderer/DEPS b/chromecast/renderer/DEPS
index 22bc1dd..1015677 100644
--- a/chromecast/renderer/DEPS
+++ b/chromecast/renderer/DEPS
@@ -6,6 +6,7 @@ include_rules = [
"+components/network_hints/renderer",
"+content/public/renderer",
"+media/base",
+ "+media/renderers",
"+third_party/WebKit/public/platform",
"+third_party/WebKit/public/web",
]