[mythtv-commits] Ticket #3410: EPG video preview leaves chaff when video aspect ratio changes

MythTV mythtv at cvs.mythtv.org
Fri Jun 8 18:05:28 UTC 2007


#3410: EPG video preview leaves chaff when video aspect ratio changes
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  unknown
Component:  mythtv   |      Version:  head   
 Severity:  low      |   Resolution:         
---------------------+------------------------------------------------------

Comment(by danielk):

 (In [13617]) Fixes #3466. Refs #3410. This fixes preview for XVideo
 chromkeyed video in the program guide video preview caused by the fix for
 #3410, and fixes a longstanding bug that caused the video to 'flash' with
 other video renderers in the preview.


 The fix for the DrawUnusedRects() being drawn in the wrong place in #3410
 disabled the drawing of the chromakey color causing chromakeyed video to
 be hidden from view. This patch instead makes the guidegrid call
 DrawUnusedRects() when it is thread safe to do so.

 It turned out that DrawUnusedRects() was also causing flashing whenever
 there was a prebuffering pause during playback, so this fixes that problem
 as well.

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


More information about the mythtv-commits mailing list