[mythtv] [patch] Fix for sluggish pause

Isaac Richards ijr at case.edu
Sun Dec 5 06:46:14 UTC 2004


On Sunday 05 December 2004 01:23 am, Isaac Richards wrote:
> I'm fairly sure that this new Pase() still isn't going to work - look at
> all the places tv_play.cpp is calling Pause(true), which used to block
> until playback was fully paused.  It still doesn't block until that with
> this new version.  

Actually, I'm wrong, here, because it's syncing on that wait condition.

> There's also no protection for 
> next_waitvideo/next_unpauseaudio, and I can see those values getting
> overwritten.

And waitvideo's safe (because of the wait condition), but unpauseaudio isn't..

Isaac


More information about the mythtv-dev mailing list