mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
src/gui/movieplayer.cpp try to fix livestreamInfo
This commit is contained in:
@@ -1082,9 +1082,9 @@ void CMoviePlayerGui::stopPlayBack(void)
|
|||||||
cond.broadcast();
|
cond.broadcast();
|
||||||
pthread_join(bgThread, NULL);
|
pthread_join(bgThread, NULL);
|
||||||
bgThread = 0;
|
bgThread = 0;
|
||||||
|
livestreamInfo1.clear();
|
||||||
|
livestreamInfo2.clear();
|
||||||
}
|
}
|
||||||
livestreamInfo1.clear();
|
|
||||||
livestreamInfo2.clear();
|
|
||||||
printf("%s: stopped\n", __func__);
|
printf("%s: stopped\n", __func__);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user