refactor: remove debug log for video convert caps
This commit is contained in:
parent
4419e31503
commit
35a8e20244
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ func (api *API) createPreviewPipeline(d Device) (*PreviewPipeline, error) {
|
|||
}
|
||||
|
||||
convertCaps := gst.NewCapsFromString(fmt.Sprintf("video/x-raw,format=I420,width=%d,height=%d,framerate=%d/1", previewWidth, previewHeight, previewFPS))
|
||||
log.Debug().Str("caps", convertCaps.String()).Msg("Video convert caps")
|
||||
|
||||
videoEncoder, err := gst.NewElementWithProperties("x264enc", map[string]interface{}{
|
||||
"bitrate": previewBitrate,
|
||||
|
|
Loading…
Add table
Reference in a new issue