(Auto)update libjingle 79169148-> 79192489
git-svn-id: http://webrtc.googlecode.com/svn/trunk@7624 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
9e525585fd
commit
45ecf4c092
@ -177,6 +177,10 @@ class WebRtcVideoEngine : public sigslot::has_slots<>,
|
||||
rtc::CpuMonitor* cpu_monitor() { return cpu_monitor_.get(); }
|
||||
|
||||
protected:
|
||||
bool initialized() const {
|
||||
return initialized_;
|
||||
}
|
||||
|
||||
// When a video processor registers with the engine.
|
||||
// SignalMediaFrame will be invoked for every video frame.
|
||||
// See videoprocessor.h for param reference.
|
||||
|
Loading…
x
Reference in New Issue
Block a user