commit | 37ec7330b4eff1da0f756fc9ac966d25cbc0fce7 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Wed Aug 05 07:33:40 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 05 07:34:55 2015 |
tree | d4ccaf2eb13eb24cab6779e9584a4a58defface8 | |
parent | 0c850202fe76ae55401028217302a11a7c0d0a19 [diff] |
VideoCapturerAndroid: Check if data is null in onPreviewFrame() onPreviewFrame() might be called with a null data pointer, which is allowed according to the documentation. BUG=webrtc:4877 Review URL: https://codereview.webrtc.org/1260183004 Cr-Commit-Position: refs/heads/master@{#9674}