[mythtv-commits] mythtv/master commit: 85ac15623 by Stuart Morgan (stuartm)

MythTV noreply at mythtv.org
Sat Mar 17 11:27:20 UTC 2012


      Author:  Stuart Morgan <smorgan at mythtv.org>
 Change Date:  2012-03-17T04:24:08-07:00
   Push Date:  2012/03/17 04:27:12 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  85ac156239c9e47fa042cfc47f8925ce0a25d575
   Changeset:  https://github.com/MythTV/mythtv/commit/85ac15623

Log:

Don't use the PLAYBACK_START/PLAYBACK_END events to pause the idle timer, the problem is that MythMusic unpauses the timer when it recieves the PLAYBACK_START event because it's just stopped music playback. There's no simple way around this if we continue to use the events, so just call PauseIdleTimer() directly instead. Refs #10467

Modified:

   mythtv/libs/libmythtv/tv_play.cpp
   mythtv/libs/libmythui/mythmainwindow.cpp
   mythtv/programs/mythfrontend/main.cpp
   mythtv/programs/mythfrontend/videoplayercommand.cpp



More information about the mythtv-commits mailing list