[mythtv-firehose] mythtv/rtp commit: ed6ebe1c3 by Daniel Thor Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Fri Mar 9 17:45:04 UTC 2012


      Author:  Daniel Thor Kristjansson <danielk at cuymedia.net>
 Change Date:  2012-03-09T09:44:14-08:00
   Push Date:  2012/03/09 09:44:34 -0800
  Repository:  mythtv
      Branch:  rtp
New Revision:  ed6ebe1c32960942b77eb0ad4b6c5faa5513a41f
   Changeset:  https://github.com/MythTV/mythtv/commit/ed6ebe1c3

Log:

Change SignalMonitor shutdown so it works for IPTVSignalMonitor

The problem was mainly that the MThread::exit(0); wasn't being called when shutdown from the SignalMonitor dtor because it was calling it's version of SetRunningDesired() not the IPTVSignalMonitor version. But there also seems to be a problem wherein the MThread::exit(0); doesn't register with the QThread, so we now call it every 100 ms until it takes.

Modified:

   mythtv/libs/libmythtv/iptvstreamhandler.cpp
   mythtv/libs/libmythtv/iptvstreamhandler.h
   mythtv/libs/libmythtv/streamhandler.cpp
   mythtv/libs/libmythtv/streamhandler.h



More information about the mythtv-firehose mailing list