Collect frames into a work queue to simplify the state machine. This
commit9f5942b3e57bb17b1585bc80792c262044bc23b9
authorsandersd <sandersd@chromium.org>
Thu, 20 Nov 2014 22:56:46 +0000 (20 14:56 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Nov 2014 22:57:05 +0000 (20 22:57 +0000)
treefe90b9bc75a72c2d494ab89d4274a859b266248b
parent723905d0d2f73c66c287870bbd858576f4c5fc75
Collect frames into a work queue to simplify the state machine. This
corrects a bug with flushing and will make it easier to implement the
reorder queue.

BUG=133828

Review URL: https://codereview.chromium.org/706023004

Cr-Commit-Position: refs/heads/master@{#305098}
content/common/gpu/media/vt_video_decode_accelerator.cc
content/common/gpu/media/vt_video_decode_accelerator.h
media/filters/gpu_video_decoder.cc