Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3350 closed defect (fixed)

Threaded Preview Gen does not use qmap index consistently

Reported by: anonymous Owned by: Isaac Richards
Priority: major Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The Preview generator in threaded mode can fail on newly generated recordings. This can cause 2 minute lockups or with new ffmpeg update, infinite lockup and requires a kill to recover. This is because some basename filename conversions have the / preceding and others dont. Obviously an oversight. simple fix. patch attached.

Attachments (1)

mythtv_threadpreviewgen.patch (1.1 KB) - added by Mark Spieth 18 years ago.

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by Mark Spieth

comment:1 Changed 18 years ago by Mark Spieth

dont know why but this time it didnt use markspieth as reporter.

comment:2 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [13343]) Fix some discrepancies in how PlaybackBox?'s SetPreviewGenerator?(), IsGeneratingPreview?(), and IncPreviewGeneratorAttempts?() methods determine the filename. Previously some could end up with a preceding '/' while others didn't.

Patch by Mark Spieth.

Closes #3350.

comment:3 Changed 18 years ago by cpinkham

(In [13344]) Carry over [13343] from trunk.

Fix some discrepancies in how PlaybackBox?'s SetPreviewGenerator?(), IsGeneratingPreview?(), and IncPreviewGeneratorAttempts?() methods determine the filename. Previously some could end up with a preceding '/' while others didn't.

Patch by Mark Spieth.

References #3350.

Note: See TracTickets for help on using tickets.