From 4e075886d4eb7fece86eb1454d8c4ab30f3aac49 Mon Sep 17 00:00:00 2001 From: chenzilong Date: Mon, 23 Sep 2024 22:39:05 +0800 Subject: [PATCH] Update the comment of ffmpeg-send/main.go --- ffmpeg-send/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-send/main.go b/ffmpeg-send/main.go index c13189f1..d61ba1bb 100644 --- a/ffmpeg-send/main.go +++ b/ffmpeg-send/main.go @@ -4,7 +4,7 @@ //go:build !js // +build !js -// gstreamer-send is a simple application that shows how to send video to your browser using Pion WebRTC and GStreamer. +// ffmpeg-send is a simple application that shows how to send video to your browser using Pion WebRTC and FFmpeg. package main import (