> Modified Files: > in mythtv/libs/libmythtv: > dtvsignalmonitor.cpp dtvsignalmonitor.h dvbsignalmonitor.cpp > dvbsignalmonitor.h pchdtvsignalmonitor.cpp > pchdtvsignalmonitor.h scanwizard.cpp signalmonitor.cpp > signalmonitor.h
Seems to require changes in libs/libmythtv/mpeg/mpegdescriptors.h that weren't checked in. -- Anduin Withers > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mythtv-commits- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Friday, June 17, 2005 10:15 AM > To: [email protected] > Subject: [mythtv-commits] mythtv commits > > -------------------------------------------------------------------------- > -- > Changes committed by danielk on Fri Jun 17 14:10:32 2005 > > Modified Files: > in mythtv/libs/libmythtv: > dtvsignalmonitor.cpp dtvsignalmonitor.h dvbsignalmonitor.cpp > dvbsignalmonitor.h pchdtvsignalmonitor.cpp > pchdtvsignalmonitor.h scanwizard.cpp signalmonitor.cpp > signalmonitor.h > Log Message: > > Some updates to the signal monitors. > > SignalMonitor has two new functions, IsSupported(), and Init(). > IsSupported returns true if signal monitoring is supported for > a specific card type. Currently this returns true for DVB and ATSC > card types, but analog could be added if John Pullan's analogscan > stuff is put into a signal monitor class. Init creates the appropriate > signal monitor class when given a card type, DB card number, and a > channel class. > > I've also given the signal monitors QObject names, to make debugging > signals easier. > > And the DTVSignalMonitor will accept a ScanStreamData in addition > to ATSC and DVB stream data classes. > > -------------------------------------------------------------------------- > --
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
