[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:33:57 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
-------------------------------------+-------------------------------------

Comment (by angelaschmid <angela.schmid@…>):

 In [changeset:"e11fc266d91e5350d617e3f10fdbe9cea8a739ec/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="e11fc266d91e5350d617e3f10fdbe9cea8a739ec"
 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>
 (cherry picked from commit 2a5f3c8ca5d750415b8227ff2f74c3bf2cd5119d)
 }}}

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


More information about the mythtv-commits mailing list