capture: hide pointer.

This commit is contained in:
Miroslav Šedivý 2021-01-12 16:25:14 +01:00
parent dbc8a7612d
commit c75191edeb

View File

@ -33,7 +33,7 @@ const (
videoClockRate = 90000 videoClockRate = 90000
audioClockRate = 48000 audioClockRate = 48000
pcmClockRate = 8000 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 ! " audioSrc = "pulsesrc device=%s ! audio/x-raw,channels=2 ! audioconvert ! "
appSink = " ! appsink name=appsink" appSink = " ! appsink name=appsink"
) )