[mythtv-commits] Ticket #3173: LiveTV: PositionMap incorrectly deleted for DTV

MythTV mythtv at cvs.mythtv.org
Tue Mar 6 20:16:17 UTC 2007


#3173: LiveTV: PositionMap incorrectly deleted for DTV
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 Problem: In LiveTV on a DVB (maybe all DTV) recording, after you skip back
 to the previous channel, you will notice that you can't seek very well.
 This is due to lack of seek table entries.

 In TVRec::TuningRestartRecorder() the recorder is being Reset() which
 results in the PosMap being cleared on the wrong pginfo when had_dummyrec
 is true. One possible solution is to move the Reset() until after the new
 pginfo is set.

 Patch attached.

 Shane

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3173>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list