aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_receive_stream.h
diff options
context:
space:
mode:
authorPeter Boström <pbos@webrtc.org>2015-12-18 16:01:11 +0100
committerPeter Boström <pbos@webrtc.org>2015-12-18 15:01:23 +0000
commitb7d9a97ce41022e984348efb5f28bf6dd6c6b779 (patch)
tree078df9847e254d49fbbaebd18cfe9a8a5a79db74 /webrtc/video_receive_stream.h
parent6c6510afad45baf73850818b4ff660563d7726a5 (diff)
downloadwebrtc-b7d9a97ce41022e984348efb5f28bf6dd6c6b779.tar.gz
Expose codec implementation names in stats.
Used to distinguish between software/hardware encoders/decoders and other implementation differences. Useful for tracking quality regressions related to specific implementations. BUG=webrtc:4897 R=hta@webrtc.org, mflodman@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/1406903002 . Cr-Commit-Position: refs/heads/master@{#11084}
Diffstat (limited to 'webrtc/video_receive_stream.h')
-rw-r--r--webrtc/video_receive_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index cd1434caee..51d842616b 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -51,6 +51,7 @@ class VideoReceiveStream : public ReceiveStream {
int render_frame_rate = 0;
// Decoder stats.
+ std::string decoder_implementation_name = "unknown";
FrameCounts frame_counts;
int decode_ms = 0;
int max_decode_ms = 0;