aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/rtpreceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'talk/app/webrtc/rtpreceiver.h')
-rw-r--r--talk/app/webrtc/rtpreceiver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/talk/app/webrtc/rtpreceiver.h b/talk/app/webrtc/rtpreceiver.h
index a93ccbcbfe..db021baf68 100644
--- a/talk/app/webrtc/rtpreceiver.h
+++ b/talk/app/webrtc/rtpreceiver.h
@@ -68,10 +68,10 @@ class AudioRtpReceiver : public ObserverInterface,
private:
void Reconfigure();
- std::string id_;
- rtc::scoped_refptr<AudioTrackInterface> track_;
- uint32_t ssrc_;
- AudioProviderInterface* provider_;
+ const std::string id_;
+ const rtc::scoped_refptr<AudioTrackInterface> track_;
+ const uint32_t ssrc_;
+ AudioProviderInterface* provider_; // Set to null in Stop().
bool cached_track_enabled_;
};