Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: webrtc/video_engine/vie_channel.h

Issue 1315413002: Wire up currently-received video codec to stats. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video_engine/vie_channel.h
diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h
index 85b18cf6452978ed338a8ab9eb17720613761b9f..052eef5be38518c36d5fc44b671dcb41f6218d67 100644
--- a/webrtc/video_engine/vie_channel.h
+++ b/webrtc/video_engine/vie_channel.h
@@ -464,8 +464,7 @@ class ViEChannel : public VCMFrameTypeCallback,
rtc::scoped_ptr<ChannelStatsObserver> stats_observer_;
// Not owned.
- VCMReceiveStatisticsCallback* vcm_receive_stats_callback_
- GUARDED_BY(crit_);
+ ReceiveStatisticsProxy* receive_stats_callback_ GUARDED_BY(crit_);
FrameCounts receive_frame_counts_ GUARDED_BY(crit_);
IncomingVideoStream* incoming_video_stream_ GUARDED_BY(crit_);
ViEDecoderObserver* codec_observer_ GUARDED_BY(crit_);

Powered by Google App Engine
This is Rietveld 408576698