[mythtv-commits] mythtv commit: r7330 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Sep 27 21:49:53 UTC 2005
Author: danielk
Date: 2005-09-27 21:49:52 +0000 (Tue, 27 Sep 2005)
New Revision: 7330
Changeset: http://cvs.mythtv.org/trac/changeset/7330
Modified:
trunk/mythtv/libs/libmythtv/tv_rec.cpp
trunk/mythtv/libs/libmythtv/tv_rec.h
Log:
Changes many of the flags in TVRec to use [Set|Clear|Has]Flags().
Then it adds a wait condition which is triggered on
SetFlags(), ClearFlags(), and ChangeState(), this
wait condition lets us increase the sleep time in
the event loop.
This is not a 30 second sleep like in the tuning patch.
We still need to add triggers for the tuning and for
the various busy loops still in TVRec.
More information about the mythtv-commits
mailing list