The call to SetSignalMonitoringRate in StartChannel is a little annoying if you don't actually have meaningful signal monitoring (basically while you are watching and something starts to record a not very useful OSD popup results).
-- Anduin Withers > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mythtv-commits- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, August 15, 2005 10:46 AM > To: [email protected] > Subject: [mythtv-commits] mythtv commit: r7027 by danielk > > Author: danielk > Date: 2005-08-15 14:45:31 +0000 (Mon, 15 Aug 2005) > New Revision: 7027 > Changeset: http://cvs.mythtv.org/trac/changeset/7027 > > Modified: > > trunk/mythtv/libs/libmythtv/dvbchannel.cpp > trunk/mythtv/libs/libmythtv/dvbrecorder.cpp > trunk/mythtv/libs/libmythtv/dvbrecorder.h > trunk/mythtv/libs/libmythtv/dvbsignalmonitor.cpp > trunk/mythtv/libs/libmythtv/dvbtypes.h > trunk/mythtv/libs/libmythtv/hdtvrecorder.cpp > trunk/mythtv/libs/libmythtv/tv_play.cpp > trunk/mythtv/libs/libmythtv/tv_rec.cpp > trunk/mythtv/libs/libmythtv/tv_rec.h > > Log: > > Redo of changeset [7018]. > > Basically the difference is that DVBRecorder::SetDemuxFilters() > no longer puts the DVBRecorder in an error state if the PID's > are not set. The problem was that since DVBChannel no longer > blocks until a good signal is seen, the recorder was more likely > to call SetDemuxFilters() before the recorder's PMT was set. > > >
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
