WebRTC: One WebRTC Video can have both SW and HW VideoFrame.
commit8d78aa3cd5d34bb154aa7a832e0be8a6d7397af6
authordongseong.hwang <dongseong.hwang@intel.com>
Wed, 14 Jan 2015 13:42:09 +0000 (14 05:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Jan 2015 13:42:50 +0000 (14 13:42 +0000)
treec4eac39b82ec8c82fd4911739868251f114da68f
parent4343be3ae451cb13854e23314eb13690fd95c9ef
WebRTC: One WebRTC Video can have both SW and HW VideoFrame.

SkCanvasVideoRenderer assumes that the VideoFrames belonging to one WebRTC
video are always either software VideoFrame or hardware VideoFrame.
However, it's not true. VideoFrame can be changed each frame.

TEST=content_browsertests WebRtcBrowserTest.CallAndVerify* on Nexus5
BUG=448014

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

Cr-Commit-Position: refs/heads/master@{#311468}
media/filters/skcanvas_video_renderer.cc