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

MythTV noreply at mythtv.org
Wed Nov 9 09:01:51 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-11-09T01:01:29-08:00
   Push Date:  2011/11/09 01:01:37 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  a0fcc628a49e26f2c30178136c4a4d9b7ee14499
   Changeset:  https://github.com/MythTV/mythtv/commit/a0fcc628a

Log:

OSD: Fix position indicator for MPEG2 material when paused.

16ad5de7e18ef converted the OSD status slider to use disp_timecode
(instead of frames) to calculate the position in the stream.
disp_timecode is only updated during normal playback however, so if the
user is paused and then seeks, the status is not updated.

disp_timecode is now updated with each call to RefreshPauseFrame.

Modified:

   mythtv/libs/libmythtv/mythbdplayer.cpp
   mythtv/libs/libmythtv/mythdvdplayer.cpp
   mythtv/libs/libmythtv/mythplayer.cpp
   mythtv/libs/libmythtv/videoout_d3d.cpp
   mythtv/libs/libmythtv/videoout_d3d.h
   mythtv/libs/libmythtv/videoout_null.cpp
   mythtv/libs/libmythtv/videoout_null.h
   mythtv/libs/libmythtv/videoout_opengl.cpp
   mythtv/libs/libmythtv/videoout_opengl.h
   mythtv/libs/libmythtv/videoout_openglvaapi.cpp
   mythtv/libs/libmythtv/videoout_openglvaapi.h
   mythtv/libs/libmythtv/videoout_quartz.cpp
   mythtv/libs/libmythtv/videoout_quartz.h
   mythtv/libs/libmythtv/videoout_vdpau.cpp
   mythtv/libs/libmythtv/videoout_vdpau.h
   mythtv/libs/libmythtv/videoout_xv.cpp
   mythtv/libs/libmythtv/videoout_xv.h
   mythtv/libs/libmythtv/videooutbase.cpp
   mythtv/libs/libmythtv/videooutbase.h



More information about the mythtv-commits mailing list