fix GStreamer capitalization

This commit is contained in:
aler9
2022-03-15 11:42:52 +01:00
parent e7efb0c405
commit bf74ea8ec7
5 changed files with 11 additions and 11 deletions

View File

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