fix locking issue

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8130 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-04-21 13:48:35 +00:00
parent f30fa836b2
commit 4ba15bbd3a
1 changed files with 2 additions and 1 deletions

View File

@ -539,9 +539,10 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
return SWITCH_STATUS_SUCCESS;
}
get_samples:
switch_mutex_lock(globals.device_lock);
get_samples:
if ((samples = ReadAudioStream(globals.audio_stream, globals.read_frame.data,
globals.read_codec.implementation->samples_per_frame,
&globals.timer)) == 0) {