From e152ee295bdd8bb69487ddb9e4741ace2f6910ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 2 Feb 2021 18:21:07 +0100 Subject: [PATCH] lint fix. --- internal/capture/gst/gst.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/capture/gst/gst.go b/internal/capture/gst/gst.go index 135f5443..6914b0d7 100644 --- a/internal/capture/gst/gst.go +++ b/internal/capture/gst/gst.go @@ -29,9 +29,9 @@ var pipelinesLock sync.Mutex var registry *C.GstRegistry const ( - 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" + 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" ) func init() {