[mythtv-commits] [MythTV/mythtv] fe0c80: Remove ATSC ETT caching

kmdewaal noreply at github.com
Mon Sep 23 15:01:27 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: fe0c80927fb6a3ec8d8e9b326c4c10df9a2c47dc
      https://github.com/MythTV/mythtv/commit/fe0c80927fb6a3ec8d8e9b326c4c10df9a2c47dc
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-09-23 (Mon, 23 Sep 2019)

  Changed paths:
    M mythtv/libs/libmythtv/eithelper.cpp
    M mythtv/libs/libmythtv/eithelper.h

  Log Message:
  -----------
  Remove ATSC ETT caching

Process ATSC ETT events only after the corresponding EIT event,
as identified by the event ID, has been received.
This solves title/description mismatches in guide data.
Bug reported and bug fix tested for several years by Roanld L Humble.
Thanks for the perseverance in reporting and testing this bug.

Also fix of a memory leak in the case where EIT events are cached
awaiting a matching ETT event but the ETT event does never arrive.

Refs #13455




More information about the mythtv-commits mailing list