summaryrefslogtreecommitdiffstats
path: root/media/tools
diff options
context:
space:
mode:
authoracolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 20:24:58 +0000
committeracolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 20:24:58 +0000
commitc2a45e243be60e579477651cf8f69649b9bd9827 (patch)
tree09044ef8952fa55d771227e45050e6681011a3ef /media/tools
parent1afaecc5ac52da8d37a7d3cf18159b0b7bbdbba1 (diff)
downloadchromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.zip
chromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.tar.gz
chromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.tar.bz2
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
BUG=176085 TEST=All existing tests still pass. Review URL: https://chromiumcodereview.appspot.com/12252017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools')
-rw-r--r--media/tools/player_x11/player_x11.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/tools/player_x11/player_x11.cc b/media/tools/player_x11/player_x11.cc
index 5b112cf..f7aa03a 100644
--- a/media/tools/player_x11/player_x11.cc
+++ b/media/tools/player_x11/player_x11.cc
@@ -130,7 +130,7 @@ bool InitPipeline(const scoped_refptr<base::MessageLoopProxy>& message_loop,
media::PipelineStatusNotification note;
(*pipeline)->Start(
collection.Pass(), base::Closure(), media::PipelineStatusCB(),
- note.Callback(), base::Bind(&OnBufferingState));
+ note.Callback(), base::Bind(&OnBufferingState), base::Closure());
// Wait until the pipeline is fully initialized.
note.Wait();