mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- upnpbrowser: use stopAudio() function; was missing in c915f85
This commit is contained in:
@@ -1306,8 +1306,7 @@ void CUpnpBrowserGui::playVideo(std::string name, std::string url)
|
|||||||
{
|
{
|
||||||
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, NeutrinoMessages::mode_ts);
|
CNeutrinoApp::getInstance()->handleMsg(NeutrinoMessages::CHANGEMODE, NeutrinoMessages::mode_ts);
|
||||||
|
|
||||||
if (CAudioPlayer::getInstance()->getState() != CBaseDec::STOP)
|
stopAudio();
|
||||||
CAudioPlayer::getInstance()->stop();
|
|
||||||
|
|
||||||
m_frameBuffer->stopFrame();
|
m_frameBuffer->stopFrame();
|
||||||
CMoviePlayerGui::getInstance().SetFile(name, url);
|
CMoviePlayerGui::getInstance().SetFile(name, url);
|
||||||
|
Reference in New Issue
Block a user