[mythtv-commits] Ticket #3326: Implement multiple recordings per transport

MythTV mythtv at cvs.mythtv.org
Tue Jun 19 19:35:11 UTC 2007


#3326: Implement multiple recordings per transport
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  task     |       Status:  new    
 Priority:  minor    |    Milestone:  unknown
Component:  mythtv   |      Version:  head   
 Severity:  low      |   Resolution:         
  Mlocked:  0        |  
---------------------+------------------------------------------------------

Comment(by danielk):

 (In [13750]) Refs #3326. Fixes signal monitoring for DVB Recorder in
 multirec branch.

 The main problem was that the flag parameter to the ctor was a "uint" but
 the flags are "uint64_t", so on 32-bit platforms the flags are cut off.
 This changeset fixes this for all the signal monitors.
 A side problem is that we verify the flags correctly now in
 DVBSignalMonitor, so we encountered the ctor param problem, and we also
 didn't have any useful stats enabled for the default ctor.


 All of this meant that the "F7" signal monitoring wasn't showing the
 signal strength, SNR, etc. It just showed whether we had a lock or not.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3326#comment:40>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list