[Freeswitch-trunk] [commit] r13644 - freeswitch/trunk/patches
FreeSWITCH SVN
anthm at freeswitch.org
Fri Jun 5 12:04:08 PDT 2009
Author: anthm
Date: Fri Jun 5 14:04:07 2009
New Revision: 13644
Log:
update
Modified:
freeswitch/trunk/patches/tmp.diff
Modified: freeswitch/trunk/patches/tmp.diff
==============================================================================
--- freeswitch/trunk/patches/tmp.diff (original)
+++ freeswitch/trunk/patches/tmp.diff Fri Jun 5 14:04:07 2009
@@ -179,3 +179,16 @@
/*!
\brief Flush the read and write buffers for the bug
+Index: src/mod/formats/mod_shout/mod_shout.c
+===================================================================
+--- src/mod/formats/mod_shout/mod_shout.c (revision 13639)
++++ src/mod/formats/mod_shout/mod_shout.c (working copy)
+@@ -1159,7 +1159,7 @@
+ break;
+ case SWITCH_ABC_TYPE_READ_PING:
+ if (buffer) {
+- if (switch_core_media_bug_read(bug, &frame) == SWITCH_STATUS_SUCCESS) {
++ if (switch_core_media_bug_read(bug, &frame, SWITCH_TRUE) == SWITCH_STATUS_SUCCESS) {
+ switch_buffer_lock(buffer);
+ switch_buffer_write(buffer, frame.data, frame.datalen);
+ switch_buffer_unlock(buffer);
More information about the Freeswitch-trunk
mailing list