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:
@@ -150,9 +150,9 @@ class VideoAnalyzer : public newapi::PacketReceiver,
|
|||||||
rtp_timestamp_delta_ =
|
rtp_timestamp_delta_ =
|
||||||
header.timestamp - first_send_frame_->timestamp();
|
header.timestamp - first_send_frame_->timestamp();
|
||||||
first_send_frame_ = NULL;
|
first_send_frame_ = NULL;
|
||||||
send_times_[header.timestamp - rtp_timestamp_delta_] =
|
|
||||||
Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
|
|
||||||
}
|
}
|
||||||
|
send_times_[header.timestamp - rtp_timestamp_delta_] =
|
||||||
|
Clock::GetRealTimeClock()->CurrentNtpInMilliseconds();
|
||||||
}
|
}
|
||||||
|
|
||||||
return transport_->SendRTP(packet, length);
|
return transport_->SendRTP(packet, length);
|
||||||
|
Reference in New Issue
Block a user