]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10050: [core] chromakey
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 1 Mar 2017 17:43:22 +0000 (11:43 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 1 Mar 2017 17:43:22 +0000 (11:43 -0600)
src/switch_rtp.c

index e7b97793ec9677919927025f29a1e2db5b7601c8..be8625da757e3593428c4b56c513de45efc6e068 100644 (file)
@@ -4140,7 +4140,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_pause_jitter_buffer(switch_rtp_t *rtp
 SWITCH_DECLARE(switch_status_t) switch_rtp_deactivate_jitter_buffer(switch_rtp_t *rtp_session)
 {
 
-       if (!switch_rtp_ready(rtp_session) || !rtp_session->jb) {
+       if (!switch_rtp_ready(rtp_session)) {
                return SWITCH_STATUS_FALSE;
        }