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

MythTV noreply at mythtv.org
Tue Jan 25 02:29:14 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-01-24T18:29:00-08:00
   Push Date:  2011/01/24 18:29:11 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  b4f10394e5d668266810cddebb1bccecd8c17e92
   Changeset:  https://github.com/MythTV/mythtv/commit/b4f10394e

Log:

MythPlayer: Reorder pause/unpause sequence.

The pause/unpause behaviour will be highly dependant on which thread is
calling Pause(), but broadly speaking the most involved and hence time
critical action is pausing/unpausing the decoder. Hence do this last on
pause so that the video (i.e. main thread) is more responsive and
unpause the decoder first before the video thread is occupied.

Modified:

   mythtv/libs/libmythtv/mythplayer.cpp



More information about the mythtv-commits mailing list