[mythtv] Error  jobqueue.cpp / Patch
    Lothar Joeckel 
    ljoeckel at t-online.de
       
    Sat Oct 16 18:47:25 UTC 2004
    
    
  
Hi all,
i'm new to this and for this reason not so familiar with the procedures 
in mythtv development.
Anyway, i think i found a small bug (type) in jobqueue.cpp. Whenever a 
transcoding job returnes with an error, the job
is rescheduled immediatly. The reason is a wrong test for the return status.
mythtv/lib/libmythtv/jobqueue.cpp line 1449 should read:
    else if (status == JOB_ERRORING)   // was JOB_ERRORED before
 
Kind regards.
Lothar
    
    
More information about the mythtv-dev
mailing list