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

Roger James roger at beardandsandals.co.uk
Fri Jan 6 01:26:53 UTC 2017


On 5 January 2017 11:07:35 pm "MythTV" <noreply at mythtv.org> wrote:

> #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

Stuart

Quick response already picked up this cut and paste error in latest commits 
in my repo. But SD table stuff is still a bag of worms.

Roger




More information about the mythtv-dev mailing list