[mythtv] Error jobqueue.cpp / Patch

Geoffrey Hausheer mythtv0368 at phracturedblue.com
Sat Oct 16 19:19:19 UTC 2004


On Sat, 16 Oct 2004 20:47:25 +0200, ljoeckel-at-t-online.de wrote:
> 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
> 

Thanks.  I fixed this, and added a max limit on retrys in case
something dire happens.

.Geoff


More information about the mythtv-dev mailing list