[mythtv-commits] Ticket #2863: dvbrecorder drops a ts packet after discontinuity unnecessarily

MythTV mythtv at cvs.mythtv.org
Tue Jan 2 20:43:22 UTC 2007


#2863: dvbrecorder drops a ts packet after discontinuity unnecessarily
--------------------------------------------+-------------------------------
 Reporter:  Janne <janne-mythtv at grunau.be>  |       Owner:  danielk
     Type:  defect                          |      Status:  new    
 Priority:  minor                           |   Milestone:  unknown
Component:  dvb                             |     Version:  head   
 Severity:  medium                          |  
--------------------------------------------+-------------------------------
 Changeset [11334] is incorrect, it drops valid data. The packet after the
 discontinuity is detected is valid. The correct action is to purge the
 uncomplete assembled packet of that PID in MPEGStreamData but the packet
 assembler code does that already.

 I'm not sure what's the best solution: reverting [11334], removing the
 continuity check in dvbrecorder since it's not used atm or purging the
 incomplete packet since it'll save some cycles in mpegstreamdata.

 Spotted by Dibblah on irc.

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


More information about the mythtv-commits mailing list