Chromium Code Reviews| Index: webrtc/media/engine/webrtcvideoengine2.h |
| diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h |
| index 4c402d4256f1879763267283b1f090e857ac21ff..e11f3c84f2ada9735ead085c186e3f3216d71690 100644 |
| --- a/webrtc/media/engine/webrtcvideoengine2.h |
| +++ b/webrtc/media/engine/webrtcvideoengine2.h |
| @@ -473,6 +473,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { |
| std::string GetCodecNameFromPayloadType(int payload_type); |
| webrtc::Call* const call_; |
| + const std::string receive_stream_id_; |
|
pthatcher1
2016/06/15 19:40:00
This should just be "id_".
|
| const std::vector<uint32_t> ssrcs_; |
| const std::vector<SsrcGroup> ssrc_groups_; |