diff options
author | isheriff <isheriff@chromium.org> | 2015-09-08 14:27:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-08 21:29:19 +0000 |
commit | 80587ccb0a64a8cd04d2063273e9e3302010d786 (patch) | |
tree | 270045b9921d9023b95a0b1ae356bca7f824fa65 /media/OWNERS | |
parent | 2da96c4ae766f1ec5fba05271896e07db426fe1f (diff) | |
download | chromium_src-80587ccb0a64a8cd04d2063273e9e3302010d786.zip chromium_src-80587ccb0a64a8cd04d2063273e9e3302010d786.tar.gz chromium_src-80587ccb0a64a8cd04d2063273e9e3302010d786.tar.bz2 |
cast_benchmarks: Fix broken behavior
There were two main problems with cast_benchmarks:
1. The initialization tried to use a RunLoop to handle
the closure of initialization of audio and video. Since this
is a fake task runner, the program would just wait forever
given the task runner was not executing tasks.
2. The RTP timestamps on all the frames were fixed! This could
have been a result of modifications to other pieces of code
while cast_benchmarks was unused
This CL fixes both the above behaviors and additionally leverages
existing default config API used by the cast_simulator.
There is a lot of potential cleanup here, but we dont attempt that
in this CL.
BUG=527853
Test=Ran cast_benchmark with --single_run and in full vector space
without any options to completion.
Review URL: https://codereview.chromium.org/1311403006
Cr-Commit-Position: refs/heads/master@{#347791}
Diffstat (limited to 'media/OWNERS')
0 files changed, 0 insertions, 0 deletions