mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
BugFix wrong initialization time counter
This commit is contained in:
@@ -1322,7 +1322,7 @@ GstFlowReturn MediaPlayer::callback_new_sample (GstAppSink *sink, gpointer p)
|
||||
|
||||
|
||||
|
||||
MediaPlayer::TimeCounter::TimeCounter()
|
||||
MediaPlayer::TimeCounter::TimeCounter(): fps(1.f)
|
||||
{
|
||||
timer = g_timer_new ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user