This commit is contained in:
Bruno
2021-08-16 22:55:21 +02:00
parent a6bc30cf62
commit 5ec954dbb5
2 changed files with 6 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ void VideoStreamer::terminate()
}
Log::Notify("Streaming to %s finished after %s s.", config_.client_name.c_str(),
GstToolkit::time_to_string(timestamp_).c_str());
GstToolkit::time_to_string(duration_).c_str());
}
void VideoStreamer::stop ()