[mythtv-commits] [MythTV/mythtv] 344296: MythOpenGLVideo: Reduce some logging verbosity
    Mark Kendall 
    noreply at github.com
       
    Wed Mar 11 10:22:28 UTC 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 34429684cda8995f3f63f3bad2dd8fe1d865283c
      https://github.com/MythTV/mythtv/commit/34429684cda8995f3f63f3bad2dd8fe1d865283c
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-03-11 (Wed, 11 Mar 2020)
  Changed paths:
    M mythtv/libs/libmythtv/opengl/mythopenglvideo.cpp
  Log Message:
  -----------
  MythOpenGLVideo: Reduce some logging verbosity
  Commit: 625fc7140fec2c7ccdf62d62dac463a874346244
      https://github.com/MythTV/mythtv/commit/625fc7140fec2c7ccdf62d62dac463a874346244
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2020-03-11 (Wed, 11 Mar 2020)
  Changed paths:
    M mythtv/libs/libmyth/mythcontext.cpp
    M mythtv/libs/libmythupnp/ssdp.cpp
  Log Message:
  -----------
  SSDP: Ensure SSDP thread exits in a timely manner
- if there were a queue of unprocessed requests, the SSDP class would
process each before exiting and if PortChecker was used, each request
could wait up to 5 seconds before timing out - meaning exiting the app
could take anywhere up to 2-3 minutes.
Compare: https://github.com/MythTV/mythtv/compare/01880737011a...625fc7140fec
    
    
More information about the mythtv-commits
mailing list