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

Unified Diff: webrtc/test/call_test.h

Issue 2361803003: Add logging statements to places where the frame might be dropped in WebRTC pipeline. (Closed)
Patch Set: Remove the DCHECK since it will crash anyway. Created 4 years, 3 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/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index d8019e55b8c39114a7dc36b0f1345dc3672460ae..4667e088dbfd130b6e6023e0553084d7359bb5ab 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -17,6 +17,7 @@
#include "webrtc/test/fake_audio_device.h"
#include "webrtc/test/fake_decoder.h"
#include "webrtc/test/fake_encoder.h"
+#include "webrtc/test/fake_videorenderer.h"
#include "webrtc/test/frame_generator_capturer.h"
#include "webrtc/test/rtp_rtcp_observer.h"
@@ -103,6 +104,7 @@ class CallTest : public ::testing::Test {
size_t num_video_streams_;
size_t num_audio_streams_;
rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
+ test::FakeVideoRenderer fake_renderer_;
private:
// TODO(holmer): Remove once VoiceEngine is fully refactored to the new API.

Powered by Google App Engine
This is Rietveld 408576698