Opened 19 years ago
Closed 19 years ago
Last modified 19 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)
by , 19 years ago
| Attachment: | mythtv_threadpreviewgen.patch added |
|---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| 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 by , 19 years ago
(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.