Hi All,

I had changed the source code of decode demo on DM355 LSP 1.20 to play 1280x720 
video clips. I used video decode thread, display thread, audio thread. When I 
played the video clip while playing audio clip.

I found the video thread was blocked and video display can not work. But the 
audio playing can work well. I done some trap on those threads. The video 
thread was blocked at "

 if (FifoUtil_get(envp->hDisplayOutFifo, &de) == FIFOUTIL_FAILURE) {
                ERR("Failed to get buffer from input fifo\n");
                breakLoop(THREAD_FAILURE);
            }

"

Please give me some suggestion. Thanks very much.




Best Regards,

Jeff
 
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to