[mythtv-commits] mythtv/fixes/0.24 commit: 088335b4b by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Wed Nov 9 14:51:57 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-11-09T06:51:27-08:00
   Push Date:  2011/11/09 06:51:30 -0800
  Repository:  mythtv
      Branch:  fixes/0.24
New Revision:  088335b4bd8147a1f33aca8f7fb62a73fdc88e34
   Changeset:  https://github.com/MythTV/mythtv/commit/088335b4b

Log:

Fix DVD and Blu Ray seeking.

The main problem here was that when paused, the seek position would
fallback to the current speed (i.e. 0) and playback would resume from
the beginning of the title.

With DVD playback, we were also asking the dvdnav object to seek to the
nearest cell - which led to some sizeable search discrepancies depending
where playback was relative to the nearest cell. We now ask for a more
accurate search.

Backported from master 4b0803be0c0974c184

Fixes #9305

Modified:

   mythtv/libs/libmythtv/DVDRingBuffer.cpp
   mythtv/libs/libmythtv/decoderbase.cpp



More information about the mythtv-commits mailing list