[mythtv-commits] mythtv/fixes/0.24 commit: 57812c6f8 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Wed Jan 26 02:08:08 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-01-25T18:07:24-08:00
   Push Date:  2011/01/25 18:08:02 -0800
  Repository:  mythtv
      Branch:  fixes/0.24
New Revision:  57812c6f8af8ceb45144638f45c66560fc0c499b
   Changeset:  https://github.com/MythTV/mythtv/commit/57812c6f8

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.
(cherry picked from commit b4f10394e5d668266810cddebb1bccecd8c17e92)

Modified:

   mythtv/libs/libmythtv/mythplayer.cpp



More information about the mythtv-commits mailing list