fractal: add gtk support to gstreamer

Closes #96618

Suggested-by: Jan Tojnar <jtojnar@gmail.com>
gstqt5
Philipp Bartsch 2020-08-29 19:21:29 +02:00 committed by Jan Tojnar
parent 6e22c6ea6a
commit 50285e244e
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ rustPlatform.buildRustPackage rec {
gst_all_1.gst-editing-services
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-base
(gst_all_1.gst-plugins-good.override {
gtkSupport = true;
})
gst_all_1.gstreamer
gst_all_1.gst-validate
gtk3