[mythtv-commits] Ticket #12932: Patch to EIT table version handling in DVBStreamData

MythTV noreply at mythtv.org
Thu Jan 5 23:07:33 UTC 2017


#12932: Patch to EIT table version handling in DVBStreamData
-----------------------------------+-----------------------------
 Reporter:  Roger James <roger@…>  |          Owner:  stuarta
     Type:  Patch - Bug Fix        |         Status:  assigned
 Priority:  major                  |      Milestone:  29.0
Component:  MythTV - DVB           |        Version:  Master Head
 Severity:  high                   |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+-----------------------------

Comment (by stuarta):

 I believe I know what's going wrong, the innermost iterator,
 should be doing a ++section not a ++table. ie.

 {{{
                     for (sdt_sections_cache_t::iterator section =
 (*table).sections.begin();
                             section != (*table).sections.end(); ++section)
                         DeleteCachedTableSection(*section);
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12932#comment:9>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list