fix broken pipeline.
This commit is contained in:
parent
f32ebe7935
commit
425d9c2ace
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const (
|
|||
videoClockRate = 90000
|
||||
audioClockRate = 48000
|
||||
pcmClockRate = 8000
|
||||
videoSrc = "ximagesrc xid=%s show-pointer=true use-damage=false ! video/x-raw ! videoconvert ! queue ! "
|
||||
videoSrc = "ximagesrc display-name=%s show-pointer=true use-damage=false ! video/x-raw ! videoconvert ! queue ! "
|
||||
audioSrc = "pulsesrc device=%s ! audio/x-raw,channels=2 ! audioconvert ! "
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue