[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-1328-g2a5f3c8

Git Repo Owner noreply at mythtv.org
Wed May 7 18:32:45 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  2a5f3c8ca5d750415b8227ff2f74c3bf2cd5119d (commit)
      from  8af587a2c49d5411db0b46530f111e9aba85d72f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a5f3c8ca5d750415b8227ff2f74c3bf2cd5119d
Author:    angelaschmid <angela.schmid at wolke7.net> at Wed, 7 May 2014 19:32:07 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 7 May 2014 19:32:07 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=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>



-----------------------------------------------------------------------

Summary of changes:
 mythplugins/mythmusic/mythmusic/musicplayer.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list