Please don't cross-post. This question isn't appropriate for the application developer forum.
On Feb 16, 4:01 am, getandroid <[email protected]> wrote: > Hi, > > As mentioned audio stops after some random number of times when > played from either Music/Video player. After some debugging, I found > that the problem is: > > In "android_audio_output.cpp"->audout_thread_func() there is a call to > wait(iAudioThreadSem->Wait()) just before the while(1) and it is > waiting indefinitely for something. > > Can anybody tell me what is it waiting for and why is it not able to > come out? From what I can understand, it is waiting for a signal > (semaphore) but where is it expecting a signal from? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

