| Index: webrtc/pc/rtcstatscollector.cc
|
| diff --git a/webrtc/pc/rtcstatscollector.cc b/webrtc/pc/rtcstatscollector.cc
|
| index 5cdea0ca7db270a27a2630c991e80cd5be487b4f..99d7bc1c90b300ab8b34f8f00c36fe79dd942a78 100644
|
| --- a/webrtc/pc/rtcstatscollector.cc
|
| +++ b/webrtc/pc/rtcstatscollector.cc
|
| @@ -245,6 +245,8 @@ void SetInboundRTPStreamStatsFromVideoReceiverInfo(
|
| inbound_video->nack_count =
|
| static_cast<uint32_t>(video_receiver_info.nacks_sent);
|
| inbound_video->frames_decoded = video_receiver_info.frames_decoded;
|
| + if (video_receiver_info.qp_sum)
|
| + inbound_video->qp_sum = *video_receiver_info.qp_sum;
|
| }
|
|
|
| // Provides the media independent counters (both audio and video).
|
|
|