mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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. Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1304,13 +1304,8 @@ bool CMoviePlayerGui::PlayFileStart(void)
|
|||||||
pthread_create(&thrStartHint, NULL, CMoviePlayerGui::ShowStartHint, this);
|
pthread_create(&thrStartHint, NULL, CMoviePlayerGui::ShowStartHint, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filefilter_audio.matchFilter(file_name))
|
if (is_audio_playing)
|
||||||
{
|
|
||||||
frameBuffer->showFrame("mp3.jpg");
|
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);
|
bool res = playback->Start((char *) file_name.c_str(), vpid, vtype, currentapid, currentac3, duration);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user