From 3577698c096f24b2dfb8fe36ff00accca188f1e7 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 27 Oct 2011 07:11:37 +0000 Subject: Re #1393 (misc): remove unnecessary call to start preview renderer in video update git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3866 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsua-lib/pjsua_vid.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pjsip') diff --git a/pjsip/src/pjsua-lib/pjsua_vid.c b/pjsip/src/pjsua-lib/pjsua_vid.c index 1cd890d0..d231b079 100644 --- a/pjsip/src/pjsua-lib/pjsua_vid.c +++ b/pjsip/src/pjsua-lib/pjsua_vid.c @@ -889,13 +889,6 @@ pj_status_t video_channel_update(pjsua_call_media *call_med, goto on_error; } - /* Start renderer */ - status = pjmedia_vid_port_start(w->vp_rend); - if (status != PJ_SUCCESS) { - pj_log_pop_indent(); - goto on_error; - } - /* Start capturer */ if (just_created) { status = pjmedia_vid_port_start(w->vp_cap); -- cgit v1.2.3