mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
movieplayer: try to fix lua-playlist playback; ...
there seems an issue in libstb-hal when a background-picture is
displayed before video playback is started.
Origin commit data
------------------
Commit: 5c735a65d9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-20 (Wed, 20 Dec 2017)
Origin message was:
------------------
- movieplayer: try to fix lua-playlist playback; ...
there seems an issue in libstb-hal when a background-picture is
displayed before video playback is started.
This commit is contained in:
@@ -1406,13 +1406,8 @@ bool CMoviePlayerGui::PlayFileStart(void)
|
||||
pthread_create(&thrStartHint, NULL, CMoviePlayerGui::ShowStartHint, this);
|
||||
}
|
||||
|
||||
if (filefilter_audio.matchFilter(file_name))
|
||||
{
|
||||
if (is_audio_playing)
|
||||
frameBuffer->showFrame("mp3.jpg");
|
||||
is_audio_playing = true;
|
||||
}
|
||||
else
|
||||
is_audio_playing = false;
|
||||
|
||||
bool res = playback->Start((char *) file_name.c_str(), vpid, vtype, currentapid, currentac3, duration);
|
||||
|
||||
|
Reference in New Issue
Block a user