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

Unified Diff: talk/media/base/fakemediaengine.h

Issue 1296113002: Remove cricket::VideoProcessor and AddVideoProcessor() functionality (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
« no previous file with comments | « talk/media/base/capturerenderadapter.cc ('k') | talk/media/base/fakemediaprocessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/base/fakemediaengine.h
diff --git a/talk/media/base/fakemediaengine.h b/talk/media/base/fakemediaengine.h
index 15fcb202f1c667573beef7136f2bf92e6d50df8d..086f831dd0478db4fdd51d46c5764c6b23f82fe0 100644
--- a/talk/media/base/fakemediaengine.h
+++ b/talk/media/base/fakemediaengine.h
@@ -856,7 +856,7 @@ class FakeVideoEngine : public FakeBaseEngine {
public:
FakeVideoEngine() : FakeVideoEngine(nullptr) {}
explicit FakeVideoEngine(FakeVoiceEngine* voice)
- : capture_(false), processor_(NULL) {
+ : capture_(false) {
// Add a fake video codec. Note that the name must not be "" as there are
// sanity checks against that.
codecs_.push_back(VideoCodec(0, "fake_video_codec", 0, 0, 0, 0));
@@ -925,7 +925,6 @@ class FakeVideoEngine : public FakeBaseEngine {
VideoEncoderConfig default_encoder_config_;
std::string in_device_;
bool capture_;
- VideoProcessor* processor_;
VideoOptions options_;
friend class FakeMediaEngine;
« no previous file with comments | « talk/media/base/capturerenderadapter.cc ('k') | talk/media/base/fakemediaprocessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698