Display transliterated filename in GUI

This commit is contained in:
brunoherbelin
2021-01-01 20:41:39 +01:00
parent 11690dfb8c
commit f8e926040a
5 changed files with 24 additions and 10 deletions

View File

@@ -16,6 +16,7 @@ typedef enum {
} time_string_mode;
std::string time_to_string(guint64 t, time_string_mode m = TIME_STRING_ADJUSTED);
std::string filename_to_uri(std::string filename);
std::string gst_version();