[mythtv-commits] mythtv commit: r13549 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu May 31 20:10:52 UTC 2007


      Author: danielk
        Date: 2007-05-31 20:10:51 +0000 (Thu, 31 May 2007)
New Revision: 13549
   Changeset: http://cvs.mythtv.org/trac/changeset/13549

Modified:

   branches/mythtv-vid/libs/libmythtv/videoout_xv.cpp
   branches/mythtv-vid/libs/libmythtv/xvmctextures.cpp
   branches/mythtv-vid/libs/libmythtv/xvmctextures.h

Log:

Refs #2287. Fixes bug in XvMC-OpenGL pause handling.

The XvMC-OpenGL video renderer stopped updatating the OSD once the video was paused because PrepareFrame was doing the compositing step. This changeset moves the compositing step to the Show() method so that the OSD is still updated when the video is paused when using the XvMC-OpenGL video renderer.




More information about the mythtv-commits mailing list