[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu May 5 14:00:03 UTC 2005


----------------------------------------------------------------------------
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.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list