Cast: Explicitly log kVideoFrameCaptured events
commitcc6c81dae662ca4a4a241bbbc5092d83fc475e70
authorimcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Apr 2014 22:20:53 +0000 (4 22:20 +0000)
committerimcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Apr 2014 22:20:53 +0000 (4 22:20 +0000)
tree3523f34277c7b3fb8d067af69b24d446b73e18dd
parentf2bde93e2e64704ab7dd093564bfdd228ca06bd2
Cast: Explicitly log kVideoFrameCaptured events

Rather than relying on deducing the capture time from RTP timestamps
(which probably doesn't work all the time because of possible overflow
when multiplying by 90), it's better if we log the event explicitly.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261901 0039d316-1c4b-4281-b951-d872f2087c98
media/cast/test/end2end_unittest.cc
media/cast/video_sender/video_sender.cc