Skip to content

Commit 43bada9

Browse files
authored
Fixup a code comment
1 parent 912b8e3 commit 43bada9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/kvs_gstreamer_buffer_sample.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ LOGGER_TAG("com.amazonaws.kinesis.video.gstreamer");
1818
// Modify these parameters to configure the buffer and event streaming behavior.
1919
#define CAMERA_EVENT_LIVE_STREAM_DURATION_SECONDS 20 // Duration of live streaming to KVS upon an event.
2020
#define CAMERA_EVENT_COOLDOWN_SECONDS 30 // How long for the event scheduler to wait between triggering events.
21-
#define STREAM_BUFFER_DURATION_SECONDS 10 // How long before .
21+
#define STREAM_BUFFER_DURATION_SECONDS 10 // How long to store buffered GoPs for. It is guaranteed that the buffer will be at least this long,
22+
// but the buffer may be longer to contain the I-frame associated with buffered P-frames.
2223

2324
// Stream definition parameters.
2425
#define DEFAULT_RETENTION_PERIOD_HOURS 2

0 commit comments

Comments
 (0)