(Auto)update libjingle 66303009-> 66322380

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6065 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
buildbot@webrtc.org
2014-05-06 21:36:31 +00:00
parent a18b4c96af
commit 0581f0ba0a
4 changed files with 51 additions and 8 deletions

View File

@@ -911,7 +911,8 @@ struct VideoReceiverInfo : public MediaReceiverInfo {
min_playout_delay_ms(0),
render_delay_ms(0),
target_delay_ms(0),
current_delay_ms(0) {
current_delay_ms(0),
capture_start_ntp_time_ms(0) {
}
std::vector<SsrcGroup> ssrc_groups;
@@ -948,6 +949,9 @@ struct VideoReceiverInfo : public MediaReceiverInfo {
int target_delay_ms;
// Current overall delay, possibly ramping towards target_delay_ms.
int current_delay_ms;
// Estimated capture start time in NTP time in ms.
int64 capture_start_ntp_time_ms;
};
struct DataSenderInfo : public MediaSenderInfo {