mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
capture: hide pointer.
This commit is contained in:
parent
dbc8a7612d
commit
c75191edeb
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user