[mythtv-commits] mythtv/master commit: 9ef29d1e6 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Sat Feb 12 03:23:33 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-02-11T19:23:15-08:00
   Push Date:  2011/02/11 19:23:30 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  9ef29d1e674bc17abf7dfb9cce85d140f912e322
   Changeset:  https://github.com/MythTV/mythtv/commit/9ef29d1e6

Log:

Don't check whether there are pending events in the TV playback loop.

Initial feedback suggests this is the cause of recent playback issues on
certain OS X builds. It appears that on some Qt builds hasPendingEvents
is always returning false and hence we never return to the main event
loop. The OS then believes the app is unresponsive to external events
and throws up the Spinning Beach Ball of Death.

Modified:

   mythtv/libs/libmythtv/tv_play.cpp



More information about the mythtv-commits mailing list