[mythtv-commits] mythtv commit: r16731 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Mar 20 22:32:03 UTC 2008


      Author: danielk
        Date: 2008-03-20 22:32:03 +0000 (Thu, 20 Mar 2008)
New Revision: 16731
   Changeset: http://cvs.mythtv.org/trac/changeset/16731

Modified:

   branches/mythtv-qt4/programs/mythbackend/filetransfer.cpp
   branches/mythtv-qt4/programs/mythbackend/filetransfer.h

Log:

Change filetransfer locking to be Qt4 compatiblle.

Instead of taking and holding a lock for pause/unpause we set a mutex protected bool and use a QWaitCondition so that RequestBlock() is still efficient using the mutex protected boolean.






More information about the mythtv-commits mailing list