summaryrefslogtreecommitdiffstats
path: root/media/base/renderer.h
diff options
context:
space:
mode:
authorxhwang <xhwang@chromium.org>2014-09-09 19:42:04 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 02:43:59 +0000
commit1c5668ece2d095df3f33d0fe8c63a5fce45d3573 (patch)
tree8e9bf4d613a147e5adcf02cd846eca241b0841d0 /media/base/renderer.h
parent3d2865457d425c691eb14ddfbd66a774a793cd58 (diff)
downloadchromium_src-1c5668ece2d095df3f33d0fe8c63a5fce45d3573.zip
chromium_src-1c5668ece2d095df3f33d0fe8c63a5fce45d3573.tar.gz
chromium_src-1c5668ece2d095df3f33d0fe8c63a5fce45d3573.tar.bz2
media: Introduce DemuxerStreamProvider interface.
Now RendererImpl only takes DemuxerStreamProvider (minimal interface it needs) instead of the full Demuxer. Also, this makes other Renderer implementations easier since they don't necessarily have access to a full Demuxer. BUG=392236 TEST=No functionality change and all existing tests pass. Review URL: https://codereview.chromium.org/523283002 Cr-Commit-Position: refs/heads/master@{#294081}
Diffstat (limited to 'media/base/renderer.h')
-rw-r--r--media/base/renderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/base/renderer.h b/media/base/renderer.h
index 08c0484..af02ba5 100644
--- a/media/base/renderer.h
+++ b/media/base/renderer.h
@@ -26,7 +26,6 @@ class MEDIA_EXPORT Renderer {
// Initializes the Renderer, executing |init_cb| upon completion.
// If initialization failed, fires |error_cb| before |init_cb|.
- // TODO(xhwang): Provide a set of DemuxerStreams in Initialize().
//
// Permanent callbacks:
// - |statistics_cb|: Executed periodically with rendering statistics.