Skip to content

Commit 333b39f

Browse files
committed
Set globalStartTime to 0.0 in SyncStream::reset
1 parent db8a7c9 commit 333b39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Processors/Synchronizer/Synchronizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void SyncStream::reset (String mainStreamKey)
5757
else
5858
{
5959
actualSampleRate = -1.0;
60-
globalStartTime = -1.0;
60+
globalStartTime = 0.0;
6161
overrideHardwareTimestamps = syncLine > -1; // override hardware timestamps for other streams if sync line is set
6262
isSynchronized = generatesTimestamps && !overrideHardwareTimestamps; // if the stream generates its own timestamps, it is synchronized unless it overrides hardware timestamps
6363
}

0 commit comments

Comments
 (0)