(Auto)update libjingle 77953038-> 77970462
git-svn-id: http://webrtc.googlecode.com/svn/trunk@7471 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
b1dac33cac
commit
7992b40994
@ -110,8 +110,9 @@ class DelegatingWebRtcMediaEngine : public cricket::MediaEngineInterface {
|
||||
return delegate_->CreateChannel();
|
||||
}
|
||||
virtual VideoMediaChannel* CreateVideoChannel(
|
||||
const VideoOptions& options,
|
||||
VoiceMediaChannel* voice_media_channel) OVERRIDE {
|
||||
return delegate_->CreateVideoChannel(voice_media_channel);
|
||||
return delegate_->CreateVideoChannel(options, voice_media_channel);
|
||||
}
|
||||
virtual SoundclipMedia* CreateSoundclip() OVERRIDE {
|
||||
return delegate_->CreateSoundclip();
|
||||
|
Loading…
x
Reference in New Issue
Block a user