Index: webrtc/video/send_statistics_proxy.cc |
diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
index 32b79023c8495de9a06150197b80b135e1628239..16905bf2e06d94d00b040085e5e581ba157d42f7 100644 |
--- a/webrtc/video/send_statistics_proxy.cc |
+++ b/webrtc/video/send_statistics_proxy.cc |
@@ -93,6 +93,12 @@ void SendStatisticsProxy::UpdateHistograms() { |
} |
} |
+void SendStatisticsProxy::OnEncoderImplementationName( |
+ const char* implementation_name) { |
+ rtc::CritScope lock(&crit_); |
+ stats_.encoder_implementation_name = implementation_name; |
+} |
+ |
void SendStatisticsProxy::OnOutgoingRate(uint32_t framerate, uint32_t bitrate) { |
rtc::CritScope lock(&crit_); |
stats_.encode_frame_rate = framerate; |