Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/.
R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5274 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -105,7 +105,8 @@ void VideoChannelTransport::IncomingRTPPacket(
|
||||
const int32_t packet_length,
|
||||
const char* /*from_ip*/,
|
||||
const uint16_t /*from_port*/) {
|
||||
vie_network_->ReceivedRTPPacket(channel_, incoming_rtp_packet, packet_length);
|
||||
vie_network_->ReceivedRTPPacket(
|
||||
channel_, incoming_rtp_packet, packet_length, PacketTime());
|
||||
}
|
||||
|
||||
void VideoChannelTransport::IncomingRTCPPacket(
|
||||
|
||||
Reference in New Issue
Block a user