]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9435 #resolve [PLI requests once per second]
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Sep 2016 22:18:10 +0000 (17:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 20 Sep 2016 22:18:10 +0000 (17:18 -0500)
src/switch_rtp.c

index 84caa35334dc6748d7a72fdab9719c16eccad375..02bcefe2e45a4a9ab0aacbe083ea0b053353c280 100644 (file)
@@ -5771,7 +5771,6 @@ static switch_status_t read_rtp_packet(switch_rtp_t *rtp_session, switch_size_t
                                status = SWITCH_STATUS_BREAK;
                                break;
                        case SWITCH_STATUS_BREAK:
-                               switch_core_session_request_video_refresh(rtp_session->session);
                        default:
                                break;
                        }