]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
allow native recording and transcoding at the same time
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Jan 2014 23:12:01 +0000 (04:12 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 7 Jan 2014 23:12:01 +0000 (04:12 +0500)
src/switch_core_io.c

index d571da41b0c19f82cc59c84eec16c8f8ec145337..c07a428e3cfc1bad3e5cc2d5a920468fe67f5347 100644 (file)
@@ -360,6 +360,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
 
        if (session->read_codec->implementation->impl_id != codec_impl.impl_id) {
                need_codec = TRUE;
+               tap_only = 0;
        } 
        
        if (codec_impl.actual_samples_per_second != session->read_impl.actual_samples_per_second) {