commit | ad51be89ed73cc6cdf56418ee9193a3a628b1f44 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Wed Jun 22 06:04:39 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 22 06:06:58 2016 |
tree | 7bdbb9104ef88da32049503ee3e079edd1f28d4c | |
parent | 614abf39308236a378942000298e6e0ba60e3d4d [diff] |
Replace VideoStream::SizeCallback with VideoStream::Observer interface. The new Observer interface will allow to notify ClientSession when a video frame is sent, which will allow to provide the client with the frame_id->event_timestamp mapping. BUG=621691 Review-Url: https://codereview.chromium.org/2083843002 Cr-Commit-Position: refs/heads/master@{#401214}