Fixed dependency on ulong

This commit is contained in:
brunoherbelin
2020-04-04 23:45:58 +02:00
parent 7bc3a2fb30
commit edd2a6d2c8
2 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ string GstToolkit::date_time_string()
return oss.str();
}
string GstToolkit::time_to_string(guint64 t)
string GstToolkit::time_to_string(ulong t)
{
if (t == GST_CLOCK_TIME_NONE)
return "00:00:00.00";