[mythtv-commits] mythtv commit: r26652 by markk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Oct 5 08:29:32 UTC 2010


      Author: markk
        Date: 2010-10-05 08:29:32 +0000 (Tue, 05 Oct 2010)
New Revision: 26652
   Changeset: http://svn.mythtv.org/trac/changeset/26652

Log:

Avoid a deadlock in DVD playback.

This does not fix the underlying problem, where the code deadlocks in
RingBuffer::GetReadPosition, but if we are in a DVD menu the call is
unnecessary and this is the only place in the player code that calls a
base ringbuffer method for the DVD ringbuffer. Hence it shouldn't happen
elsewhere...


Modified:

   trunk/mythtv/libs/libmythtv/mythdvdplayer.cpp




More information about the mythtv-commits mailing list