[mythtv-commits] Ticket #9822: MythTV OSD is displayed under subtitles

MythTV noreply at mythtv.org
Sun Jun 12 15:26:30 UTC 2011


#9822: MythTV OSD is displayed under subtitles
-------------------------------------------------+-------------------------
 Reporter:  Ville Aakko <ville.aakko@…>          |          Owner:  markk
     Type:  Bug Report - General                 |         Status:
 Priority:  minor                                |  infoneeded
Component:  MythTV - Video Playback              |      Milestone:  0.25
 Severity:  medium                               |        Version:  Trunk
 Keywords:  subtitles OSD                        |  Head
                                                 |     Resolution:
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by Github):

 OSD: Fix subtitle window painting order.

 The order of iterating over a QHash is arbitrary and the fact that
 subtitle and interactive screens have (mostly) been drawn in the correct
 order since the OSD re-write is pure luck.

 So switch to a QMap which, while marginally slower, will order on the
 basis of the key (QString) and force the subtitle/interactive screens to
 be painted first by adding some numerics to their identifiers.

 Should fix the ordering issue seen in #9822 and occasionally in the yet
 to be enabled blu-ray HDMV navigation mode.

 Refs #9822
  Branch:    master
  Changeset: be25039cd6e511bedc550dcede34794bb5d39671

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9822#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list