Fix send times in video_full_stack.

BUG=
R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1947004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4481 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-08-05 09:29:50 +00:00
parent 735a7c8b93
commit 7fb9ce0cf5

View File

@@ -150,10 +150,10 @@ class VideoAnalyzer : public newapi::PacketReceiver,
rtp_timestamp_delta_ =
header.timestamp - first_send_frame_->timestamp();
first_send_frame_ = NULL;
}
send_times_[header.timestamp - rtp_timestamp_delta_] =
Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
}
}
return transport_->SendRTP(packet, length);
}