mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-15 03:08:52 +01:00
Merged build 0.7.5
This commit is contained in:
commit
3c86c5d848
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
std::string retrofe_version_major = "0";
|
std::string retrofe_version_major = "0";
|
||||||
std::string retrofe_version_minor = "7";
|
std::string retrofe_version_minor = "7";
|
||||||
std::string retrofe_version_build = "4";
|
std::string retrofe_version_build = "5";
|
||||||
|
|
||||||
|
|
||||||
std::string Version::getString()
|
std::string Version::getString()
|
||||||
|
|||||||
@ -199,6 +199,8 @@ bool GStreamerVideo::play(std::string file)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stop();
|
||||||
|
|
||||||
currentFile_ = file;
|
currentFile_ = file;
|
||||||
|
|
||||||
const gchar *uriFile = gst_filename_to_uri (file.c_str(), NULL);
|
const gchar *uriFile = gst_filename_to_uri (file.c_str(), NULL);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user