update docs

This commit is contained in:
aler9
2020-12-02 00:01:49 +01:00
parent 20fd1459fc
commit 3837ac6db8
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import (
// This example shows how to
// 1. generate RTP/H264 frames from a file with Gstreamer
// 2. connect to a RTSP server, announce a H264 track
// 3. write the frames of the track for 5 seconds
// 3. write the frames to the server for 5 seconds
// 4. pause for 5 seconds
// 5. repeat