[mythtv] RE: [mythtv-commits] mythtv commits

Anduin Withers awithers at anduin.com
Fri Jun 17 14:26:26 UTC 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

Seems to require changes in libs/libmythtv/mpeg/mpegdescriptors.h that
weren't checked in.

-- 
Anduin Withers


> -----Original Message-----
> From: mythtv-commits-bounces at mythtv.org [mailto:mythtv-commits-
> bounces at mythtv.org] On Behalf Of mythtv at cvs.mythtv.org
> Sent: Friday, June 17, 2005 10:15 AM
> To: mythtv-commits at mythtv.org
> 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.
> 
> --------------------------------------------------------------------------
> --



More information about the mythtv-dev mailing list