Skip to content

Commit 01be56f

Browse files
committed
missing bool flip
1 parent c9e4b52 commit 01be56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/src/Stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ STATUS putFrame(PKinesisVideoStream pKinesisVideoStream, PFrame pFrame)
794794
if (pKinesisVideoStream->streamState == STREAM_STATE_NEW && pKinesisVideoStream->streamReady) {
795795
// Step the state machine once to get out of the Ready state
796796
CHK_STATUS(stepStateMachine(pKinesisVideoStream->base.pStateMachine));
797+
justStartedStreaming = TRUE;
797798
}
798799

799800
// if we need to reset the generator on the next key frame (during the rotation only)

0 commit comments

Comments
 (0)