[mythtv-commits] Ticket #11730: Playback doesn't exit at the end of playback

MythTV noreply at mythtv.org
Tue Aug 13 13:01:23 UTC 2013


#11730: Playback doesn't exit at the end of playback
-------------------------------------+-----------------------------
 Reporter:  jyavenard                |          Owner:  stichnot
     Type:  Bug Report - General     |         Status:  closed
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - Video Playback  |        Version:  Master Head
 Severity:  medium                   |     Resolution:  fixed
 Keywords:                           |  Ticket locked:  0
-------------------------------------+-----------------------------
Changes (by Jim Stichnoth <jstichnoth@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8b542e208d6a11c9d5d43a32a07ca8b82e9f2185/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="8b542e208d6a11c9d5d43a32a07ca8b82e9f2185"
 Don't wait for paused audio to drain.  Fixes #11730.

 The problem is that MythPlayer::AVSync() might pause audio while
 dropping a frame, and if this happens during the EOF A/V draining
 period, it could wait forever for the audio to drain.

 Alternatively or in addition, AVSync() could check that
 GetEof()!=kEofStateDelayed before pausing audio.  Thanks to Mark
 Spieth for the analysis.
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11730#comment:7>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list