diff --git a/internal/capture/gst/gst.go b/internal/capture/gst/gst.go index d2b75d8f..31b9e504 100644 --- a/internal/capture/gst/gst.go +++ b/internal/capture/gst/gst.go @@ -33,7 +33,7 @@ const ( videoClockRate = 90000 audioClockRate = 48000 pcmClockRate = 8000 - videoSrc = "ximagesrc display-name=%s show-pointer=true use-damage=false ! video/x-raw ! videoconvert ! queue ! " + videoSrc = "ximagesrc display-name=%s show-pointer=false use-damage=false ! video/x-raw ! videoconvert ! queue ! " audioSrc = "pulsesrc device=%s ! audio/x-raw,channels=2 ! audioconvert ! " appSink = " ! appsink name=appsink" )