Improved Media player timeline: adding time indication and enabling to

scroll in a zoomed-in timeline. Display current time in overlay on
frame.
This commit is contained in:
brunoherbelin
2020-08-04 00:01:30 +02:00
parent 763d8ac423
commit 6f844f722d
8 changed files with 314 additions and 53 deletions

View File

@@ -9,7 +9,7 @@
namespace GstToolkit
{
std::string time_to_string(guint64 t);
std::string time_to_string(guint64 t, bool stripped = false);
std::string gst_version();
std::list<std::string> all_plugins();