Bugfix custom call stop.
BUG=1717 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1388004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3938 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ea83c6ac9d
commit
0d95e06a2f
@ -829,7 +829,6 @@ int ViEAutoTest::ViECustomCall() {
|
||||
error = vie_base->DisconnectAudioChannel(video_channel);
|
||||
|
||||
voice_channel_transport.reset(NULL);
|
||||
video_channel_transport.reset(NULL);
|
||||
|
||||
// If Encoder/Decoder Observer is running, delete them.
|
||||
if (codec_encoder_observer) {
|
||||
@ -892,6 +891,8 @@ int ViEAutoTest::ViECustomCall() {
|
||||
"ERROR: %s at line %d",
|
||||
__FUNCTION__, __LINE__);
|
||||
|
||||
video_channel_transport.reset(NULL);
|
||||
|
||||
error = vie_base->DeleteChannel(video_channel);
|
||||
number_of_errors += ViETest::TestError(error == 0,
|
||||
"ERROR: %s at line %d",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user