[mythtv-commits] Ticket #12063: MythMusic: Does not release audio decoder when music paused and tv playback wanted

MythTV noreply at mythtv.org
Wed May 7 18:32:50 UTC 2014


#12063: MythMusic: Does not release audio decoder when music paused and tv playback
wanted
-------------------------------------+-------------------------------------
 Reporter:  angela.schmid@…          |          Owner:  angelaschmid
     Type:  Patch - Bug Fix          |  <angela.schmid@…>
 Priority:  minor                    |         Status:  closed
Component:  Plugin - MythMusic       |      Milestone:  unknown
 Severity:  medium                   |        Version:  0.27-fixes
 Keywords:  mythmusic playback       |     Resolution:  fixed
  audio decoder                      |  Ticket locked:  0
-------------------------------------+-------------------------------------
Changes (by angelaschmid <angela.schmid@…>):

 * owner:   => angelaschmid <angela.schmid@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"2a5f3c8ca5d750415b8227ff2f74c3bf2cd5119d/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="2a5f3c8ca5d750415b8227ff2f74c3bf2cd5119d"
 MythMusic: Release audio decoder when music paused and tv playback wanted.

 When "continue play music" is active and within the MiniPlayer pause is
 called, a tv/video playback can not open the audio device.

 In MusicPlayer::StopPlayback the check m_isPlaying is false, therefor not
 stopping the decoder.

 Fix: Instead of checking m_isPlaying, use m_output the check for an
 existing decoder.

 #Fixes #12063.

 Signed-off-by: Paul Harrison <pharrison at mythtv.org>
 }}}

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


More information about the mythtv-commits mailing list