diff --git a/media/webrtc/signaling/src/media-conduit/VideoConduit.h b/media/webrtc/signaling/src/media-conduit/VideoConduit.h index 62e0b4596116..a232fa2d28b4 100644 --- a/media/webrtc/signaling/src/media-conduit/VideoConduit.h +++ b/media/webrtc/signaling/src/media-conduit/VideoConduit.h @@ -591,6 +591,7 @@ class WebrtcVideoConduit // and when receiving packets (sts). Atomic mRecvSSRC; // this can change during a stream! + // Accessed only on mStsThread. RtpPacketQueue mRtpPacketQueue; // The lifetime of these codecs are maintained by the VideoConduit instance.