diff options
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 21da1af2fa..73f801d4d2 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -951,7 +951,7 @@ model to base your own plug-in on, here it is.") tinyalsa transcode usrsctp - v4l-utils + v4l-utils-minimal vo-aacenc vo-amrwbenc vulkan-headers @@ -961,7 +961,7 @@ model to base your own plug-in on, here it is.") webrtc-audio-processing wildmidi wpebackend-fdo - zbar + zbar-minimal zxing-cpp-1.2))) (home-page "https://gstreamer.freedesktop.org/") (synopsis "Plugins for the GStreamer multimedia library") |