[mythtv-commits] mythtv commit: r25493 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jul 30 05:03:56 UTC 2010


      Author: nigel
        Date: 2010-07-30 05:03:55 +0000 (Fri, 30 Jul 2010)
New Revision: 25493
   Changeset: http://svn.mythtv.org/trac/changeset/25493

Modified:

   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

Efficiency fix. Both CreateLiveTVRingBuffer() and SwitchLiveTVRingBuffer()
delete + new curRecording, so there is no need to fake a new RecordingInfo.
Will infinitesimally speed up LiveTV startup, and fixes this problem when
using file:// or IMPORT tuner against a database with no programme records:

2010-07-30 14:57:26.507 RecBase(2:/Volumes/Backups/Movies/Moonlighting.nuv): SetRingBuffer(0x5526c60) '/Volumes/Backups/Movies/9999_20100730145726.mpg'
2010-07-30 14:57:26.507 RecBase(2:/Volumes/Backups/Movies/test.mpg): SetRecording(0x5426f80) title()
2010-07-30 14:57:26.508 ImportRec(2:/Volumes/Backups/Movies/test.mpg): StartRecording -- begin
2010-07-30 14:57:26.508 ImportRec(2:/Volumes/Backups/Movies/test.mpg): StartRecording -- attempting to open 'myth://127.0.0.1:6543/9999_20100730145726.mpg'





More information about the mythtv-commits mailing list