[mythtv-commits] [MythTV/mythtv] 497eae: Channelscan "Test Decryptability" fixes

kmdewaal noreply at github.com
Sat Sep 5 22:25:09 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 497eae204601216f5633f43a63d110318af22b5a
      https://github.com/MythTV/mythtv/commit/497eae204601216f5633f43a63d110318af22b5a
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-09-06 (Sun, 06 Sep 2020)

  Changed paths:
    M mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
    M mythtv/libs/libmythtv/mpeg/mpegstreamdata.cpp

  Log Message:
  -----------
  Channelscan "Test Decryptability" fixes

When testing the decryptability of a program, process only the PIDs of that program.
Previously, also the PIDS of all previously tested programs in the same transport were processed.
Fix a locking order deadlock situation as described in ticket trac-11870 by releasing
the m_encryptionLock before calling the HandleEncryptionStatus of the listeners.
Improve the progress messages on the screen so that they fit in the available size
in the MythCenter-wide theme.

Refs #11870




More information about the mythtv-commits mailing list