diff --git a/RetroFE/Source/Version.cpp b/RetroFE/Source/Version.cpp index 8466810..e6005e0 100644 --- a/RetroFE/Source/Version.cpp +++ b/RetroFE/Source/Version.cpp @@ -20,7 +20,7 @@ std::string retrofe_version_major = "0"; std::string retrofe_version_minor = "7"; -std::string retrofe_version_build = "4"; +std::string retrofe_version_build = "5"; std::string Version::getString() diff --git a/RetroFE/Source/Video/GStreamerVideo.cpp b/RetroFE/Source/Video/GStreamerVideo.cpp index 0b223f1..a1ae707 100644 --- a/RetroFE/Source/Video/GStreamerVideo.cpp +++ b/RetroFE/Source/Video/GStreamerVideo.cpp @@ -199,6 +199,8 @@ bool GStreamerVideo::play(std::string file) return false; } + stop(); + currentFile_ = file; const gchar *uriFile = gst_filename_to_uri (file.c_str(), NULL);