mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-02 08:19:14 +02:00
screencast quality and framerate.
This commit is contained in:
parent
3161870906
commit
75393905e8
3 changed files with 18 additions and 2 deletions
|
@ -81,6 +81,8 @@ func (manager *ScreencastManagerCtx) createPipeline() error {
|
|||
manager.pipeline, err = gst.CreateJPEGPipeline(
|
||||
manager.config.Display,
|
||||
manager.config.ScreencastPipeline,
|
||||
manager.config.ScreencastRate,
|
||||
manager.config.ScreencastQuality,
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue