[mythtv-commits] mythtv commit: r25564 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Aug 5 06:41:19 UTC 2010


      Author: markk
        Date: 2010-08-05 06:41:19 +0000 (Thu, 05 Aug 2010)
New Revision: 25564
   Changeset: http://svn.mythtv.org/trac/changeset/25564

Modified:

   trunk/mythtv/libs/libmythtv/mythplayer.cpp
   trunk/mythtv/libs/libmythtv/mythplayer.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp

Log:

Improved pause handling for edit mode.

Firstly, entirely ignore pause/play requests when in Edit mode. While
toggling pause would previously have no effect, the Pause/Play message
is now also no longer displayed.

Secondly, store the pause state when entering edit mode and only unpause
playback if needed. This mirrors the recent improvements to the
ReinitOSD code.

The obvious remaining fix here is also to reinstate the pause message
when exiting edit mode and we were previously paused. This will be
useful in other areas as well.





More information about the mythtv-commits mailing list