Forgot this line.
This commit is contained in:
parent
12cfe650b9
commit
e381e09af8
1 changed files with 2 additions and 0 deletions
|
@ -339,6 +339,8 @@ GstreamerPlayer :: open(const std::string fileUrl)
|
||||||
m_preloadThread->join();
|
m_preloadThread->join();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_stopPreloader = false;
|
||||||
|
|
||||||
const bool isSmil = fileUrl.substr(fileUrl.size()-5, fileUrl.size()) == ".smil" ? true : false;
|
const bool isSmil = fileUrl.substr(fileUrl.size()-5, fileUrl.size()) == ".smil" ? true : false;
|
||||||
const bool isPreloaded = (m_preloadUrl == fileUrl);
|
const bool isPreloaded = (m_preloadUrl == fileUrl);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue