| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc
|
| index c4c7dbb4cd3eafaf811573115f302af8bafb84b4..9acc5e87f0421830cb38a0ba9923b1c0da17b88b 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc
|
| @@ -197,6 +197,11 @@ int32_t RTPReceiverAudio::ParseRtpPacket(WebRtcRTPHeader* rtp_header,
|
| rtp_header->type.Audio.numEnergy);
|
| }
|
|
|
| + if (!first_packet_received_) {
|
| + first_packet_received_ = true;
|
| + LOG(LS_INFO) << "Received first audio RTP packet";
|
| + }
|
| +
|
| return ParseAudioCodecSpecific(rtp_header,
|
| payload,
|
| payload_length,
|
|
|