Stop playback when we outght to.

master
Dmitry Skiba 2012-08-10 12:01:15 -07:00
parent 0b27808644
commit e05fc48629
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ static ALCboolean opensles_reset_playback(ALCdevice *pDevice)
static void opensles_stop_playback(ALCdevice *pDevice)
{
LOGV("opensles_stop_playback device=%p", pDevice);
stop_playback(pDevice);
}
static ALCboolean opensles_open_capture(ALCdevice *pDevice, const ALCchar *deviceName)