[mythtv-commits] mythtv commit: r25054 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 9 01:56:35 UTC 2010


      Author: markk
        Date: 2010-06-09 01:56:35 +0000 (Wed, 09 Jun 2010)
New Revision: 25054
   Changeset: http://svn.mythtv.org/trac/changeset/25054

Modified:

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

Log:

Pause the decoder until we have finished seeking for a saved bookmark.

This adds an option to start the decoder thread paused, uses it when
there is a bookmark saved and then seeks to the bookmark before
unpausing the decoder.

It's worth noting that Jean-Yves is looking to move the audio device
creation out of AvFormatDecoder, which would probably have negated the
audio side effects, but the change is useful and valid regardless as it
prevents unnecessary decoding before the seek.

Closes #8543





More information about the mythtv-commits mailing list