[mythtv-commits] mythtv commit: r20679 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jun 8 02:00:09 UTC 2009


      Author: markk
        Date: 2009-06-08 02:00:08 +0000 (Mon, 08 Jun 2009)
New Revision: 20679
   Changeset: http://cvs.mythtv.org/trac/changeset/20679

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/videoouttypes.h

Log:

Improved video playback error detection. Previously, a VDPAU display pre-emption could be missed under certain circumstances as the error type was overriden by other (usally decoder) errors, which were just a side-effect of the pre-emption.

Add another error type to indicate when the existing video renderer needs is not the preferred choice for the current stream (this may just be cosmetic - i.e. prefer OpenGL over XVideo, or prevent a serious error, i.e. trying to use OpenGL playback with XvMC or VDPAU buffers.)





More information about the mythtv-commits mailing list