Output the current file URL to debug.

This commit is contained in:
mark 2006-10-31 16:38:38 +00:00
parent 20d6342370
commit c2bd03eb1d
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,8 @@ GstreamerPlayer :: open(const std::string fileUrl)
close();
}
debug() << "Opening URL: " << fileUrl << endl;
if (fileUrl.find("file://") == 0) {
filePath = fileUrl.substr(7, fileUrl.size());
}