
mythtv at cvs
May 5, 2005, 7:00 AM
Post #468 of 544
(9264 views)
Permalink
|
---------------------------------------------------------------------------- Changes committed by danielk on Thu May 5 13:57:54 2005 Modified Files: in mythtv/libs/libmythtv: vsync.cpp vsync.h Log Message: * Removes X11 serialization from glXGetVideoSyncSGI() function, which probably does not need it. * Removes glXMakeCurrent from WaitForFrame(), as it is not needed. * Adds more error checking and some more documentation. Especially noting that Start(), WaitForFrame(), and Stop() should be called from the same thread. This will hopefully help Issac with XvMC playback, in anycase the glXMakeCurrent call in Start() should be sufficient. ----------------------------------------------------------------------------
|