Index: webrtc/video/send_statistics_proxy.cc |
diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
index 29df33cf97ae41e2411fc8f318e7bd3ccbc43903..d39f7bd46d87888c5c0b3e92154f2f43cbf6eebf 100644 |
--- a/webrtc/video/send_statistics_proxy.cc |
+++ b/webrtc/video/send_statistics_proxy.cc |
@@ -123,6 +123,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; |