Forgot this line.

This commit is contained in:
mark 2006-12-14 12:03:12 +00:00
parent 12cfe650b9
commit e381e09af8
1 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,8 @@ GstreamerPlayer :: open(const std::string fileUrl)
m_preloadThread->join();
}
m_stopPreloader = false;
const bool isSmil = fileUrl.substr(fileUrl.size()-5, fileUrl.size()) == ".smil" ? true : false;
const bool isPreloaded = (m_preloadUrl == fileUrl);