Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h

Issue 1765443002: Added log messages for important call setup events: first packet sent/received (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Moved first packet logging from rtp_receiver_impl.cc to rtp_receiver_audio/video.cc Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
index 56f761a2e1c02345ee1d71fcdf43e3df76663ac9..4a7d5e9f6c7529343792a76d797ad55bdb44ca26 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h
@@ -54,6 +54,9 @@ class RTPReceiverVideo : public RTPReceiverStrategy {
const PayloadUnion& specific_payload) const override;
void SetPacketOverHead(uint16_t packet_over_head);
+
+ private:
+ bool first_packet_received_ = false;
pthatcher1 2016/03/16 04:55:27 Strange indentation
skvlad 2016/03/16 19:07:04 Are you talking about the single space before "pri
pthatcher1 2016/03/16 19:17:26 Oh, you're right. I guess I'm not used to seeing
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698