I'm working on android 1.0 release

On Feb 16, 9:28 pm, Dave Sparks <davidspa...@android.com> wrote:
> Which branch are you working on?
>
> On Feb 16, 4:15 am, getandroid <sampath...@gmail.com> wrote:
>
> > Hi,
>
> >    I'm facing a problem with Video/Music player where audio stops
> > coming after a random number of times. After some debugging I found
> > that:
>
> > In android_audio_output.cpp->audout_thread_func, there is
> > iAudioThreadSem->Wait(); before the while(1) loop and it is stuck
> > there indefinitely. I understand it is waiting for a signal from MIO
> > saying that the buffer is written and ready to be dumped to audio
> > flinger. For some reason it is not getting the signal. Is this
> > correct?
>
> > Can anybody throw some light on this?
>
>
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to