gnu: cheese: Add gst-plugins-good as an input.

This fixes an issue with choppy video recording. It also makes these lines not
appear in the build log:

meson.build:154: WARNING: vp8enc was not found. It needs to be installed before Cheese is run
meson.build:154: WARNING: webmmux was not found. It needs to be installed
before Cheese is run

* gnu/packages/gnome.scm (cheese)[inputs]: Add gst-plugins-good.
This commit is contained in:
Christopher Baines 2021-02-11 20:01:00 +00:00
parent a2aacf18f5
commit 2ebd74c33c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -10400,6 +10400,7 @@ (define-public cheese
`(("gnome-desktop" ,gnome-desktop)
("gobject-introspection" ,gobject-introspection)
("gst-plugins-base" ,gst-plugins-base)
("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-bad" ,gst-plugins-bad)
("gtk+" ,gtk+)
("libx11" ,libx11)