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)
Change History (4)
Changed 18 years ago by
Attachment: | mythtv_threadpreviewgen.patch added |
---|
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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
(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.
dont know why but this time it didnt use markspieth as reporter.