Output the current file URL to debug.
This commit is contained in:
parent
20d6342370
commit
c2bd03eb1d
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue