(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:
buildbot@webrtc.org 2014-11-04 21:48:54 +00:00
parent 9e525585fd
commit 45ecf4c092

View File

@ -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.