gnome3.gnome-shell: Fix screen recorder

Trying to record screen (ctr-alt-shift-r) fails with the following logged:

	Can't create videoconvert element
	shell_recorder_close: assertion 'recorder->state != RECORDER_STATE_CLOSED' failed

videoconvert plug-in is part of gst-plugins-base.
This commit is contained in:
Jan Tojnar 2020-03-26 04:08:05 +01:00
parent f61053de38
commit 93095d1696
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -43,6 +43,7 @@ in stdenv.mkDerivation rec {
# recording
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
# not declared at build time, but typelib is needed at runtime