[mythtv-commits] Ticket #3410: Video Preview draws random black rectange in EPG

MythTV mythtv at cvs.mythtv.org
Tue May 8 17:58:06 UTC 2007


#3410: Video Preview draws random black rectange in EPG
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  0.21   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------

Comment(by danielk):

 (In [13435]) Refs #3410. Works around a bug where the
 VideoOutputXV::DrawUnusedRects() would draw in the wrong place in the EPG.

 XFillRectangle is being called with the correct coordinates, and this
 works when DrawUnusedRects() is the first time in the EPG, but when it is
 drawn when the EPG is in the wrong part of its event loop it gets offset.
 DrawUnusedRects() doesn't really do anything unless the aspect ratio or
 resolution of the video changes, and then it just leaves a little chaff.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3410#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list