[mythtv-commits] Ticket #8619: mythtvosd doesn't update the OSD

MythTV mythtv at cvs.mythtv.org
Wed Jul 21 16:30:25 UTC 2010


#8619: mythtvosd doesn't update the OSD
-----------------------------------------------+----------------------------
 Reporter:  Doug Haber <doug@…>                |       Owner:  ijr       
     Type:  defect                             |      Status:  new       
 Priority:  minor                              |   Milestone:  unknown   
Component:  MythTV - General                   |     Version:  Trunk Head
 Severity:  medium                             |     Mlocked:  0         
-----------------------------------------------+----------------------------

Comment(by Doug Haber <doug@…>):

 After doing a little research I found that the following code is commented
 out about line 11931 in tv_play.cpp: [[BR]]
 [[BR]]
 [[BR]]

 {{{
 /*
     if (osd && set)
         osd->StartNotify(set);
     else if (osd && !name.isEmpty())
         osd->ClearNotify(name);
 */

 }}}
 [[BR]]
 This seems to explain why the Notify doesn't show up on the OSD.
 StartNotify & ClearNotify are not implemented in osd.cpp any more
 (presumably because the OSD code was totally re-written).  [[BR]]

 [[BR]]

 Hope this helps! [[BR]]

 Doug

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


More information about the mythtv-commits mailing list