[mythtv-commits] mythtv/fixes/0.24 commit: a7c882063 by Mark Kendall (mark-kendall)
MythTV
noreply at mythtv.org
Sat Feb 12 03:25:08 UTC 2011
Author: Mark Kendall <mkendall at mythtv.org>
Change Date: 2011-02-11T19:24:49-08:00
Push Date: 2011/02/11 19:25:03 -0800
Repository: mythtv
Branch: fixes/0.24
New Revision: a7c882063052f53f0ba12cc8ea4b538fd744f5f2
Changeset: https://github.com/MythTV/mythtv/commit/a7c882063
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.
(cherry picked from commit 9ef29d1e674bc17abf7dfb9cce85d140f912e322)
Modified:
mythtv/libs/libmythtv/tv_play.cpp
More information about the mythtv-commits
mailing list