[mythtv-commits] mythtv commit: r26486 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 24 04:41:51 UTC 2010


      Author: markk
        Date: 2010-09-24 04:41:51 +0000 (Fri, 24 Sep 2010)
New Revision: 26486
   Changeset: http://svn.mythtv.org/trac/changeset/26486

Log:

Fix seeking to near the end of an in progress recording.

We were hitting an infinite loop when frame by frame seeking as the
position map wasn't actually getting updated - hence we were never going
to break out of the seek loop for a file that didn't have an end (i.e.
in progress).

I'm not sure whether this is a long standing issue that has been exposed
or a subtle side effect of the thread changes in MythPlayer.

Closes #8842 - though I'll also later add some sort of debug check to
identify any other cases that trigger this condition.


Modified:

   trunk/mythtv/libs/libmythtv/decoderbase.cpp




More information about the mythtv-commits mailing list