Fixed bug in test frame generator, causing incorrect reuse of frame

object, in turn causing performance regression.

Plus a small optimization.

BUG=chromium:460954, 4329
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/42499004

Cr-Commit-Position: refs/heads/master@{#8552}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8552 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sprang@webrtc.org
2015-03-02 11:55:45 +00:00
parent 60f9d6f959
commit 25dd1dbb9f
4 changed files with 167 additions and 13 deletions

View File

@ -157,6 +157,7 @@
],
'sources': [
'fake_network_pipe_unittest.cc',
'frame_generator_unittest.cc',
'rtp_file_reader_unittest.cc',
'rtp_file_writer_unittest.cc',
],