]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert change based on reports of bad audio
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Dec 2010 15:27:21 +0000 (09:27 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Dec 2010 15:27:21 +0000 (09:27 -0600)
src/mod/applications/mod_conference/mod_conference.c

index 2370e70ba1f2a5b656e9a1b51a20b29f92a9028f..fef64d50fced68a947aca876c0a0b7cfdb10f4c4 100644 (file)
@@ -2500,10 +2500,8 @@ static void conference_loop_output(conference_member_t *member)
                use_buffer = NULL;
                mux_used = (uint32_t) switch_buffer_inuse(member->mux_buffer);
                
-               if (mux_used < bytes * 2) {
-                       use_timer = 1;
-               }
-
+               use_timer = 1;
+               
                if (mux_used) {
                        if (mux_used < bytes) {
                                if (++low_count >= 5) {