Opened 13 years ago
Closed 13 years ago
#4158 closed defect (fixed)
internal dvd player: hang on dvd with intro language menu.
Reported by: | skamithi | Owned by: | skamithi |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
issue reported by pekka. potential fix attached. changed the position of the call to clear the dvd wait signal. change is to issue it only when there are no more frames in the queue.
Attachments (3)
Change History (5)
Changed 13 years ago by
Attachment: | dvd_clear_wait_signal_change.diff added |
---|
comment:1 Changed 13 years ago by
Changed 13 years ago by
Attachment: | ticket_4158_attempt2.diff added |
---|
patch ensures audio output is never paused.. put unpause function in different thread (video thread) thus allowing audio output during still frame to not hang .
Changed 13 years ago by
Attachment: | ticket_4158_final.diff added |
---|
final patch.changed location of setting audio pause to false. it was causing a hang on mytharchive dvds.
Note: See
TracTickets for help on using
tickets.
patch doesn't work after much testing. believe now it has something do with the fact that the initial language menu has audio and it getting stuck during the audio playback.