Modify ↓
Ticket #7891 (closed defect: fixed)
Opened 2 years ago
Last modified 2 years ago
During dvd playback audio reinitialisatian can cause a crash
| Reported by: | John Harvey <john.p.harvey@…> | Owned by: | skamithi |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | MythTV - DVD Playback | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
NuppelVideoPlayer::AVSync uses the audioOutput member without gainning the audio_out lock. Occasionally the audio can be reinitialised and AVSync will dereference a NULL pointer and crash.
THe attached patch adds the locks.
Attachments
Change History
comment:2 Changed 2 years ago by skamithi
Note: See
TracTickets for help on using
tickets.
