diff options
author | Nicolas Graves <[email protected]> | 2025-01-08 07:11:42 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:47 +0100 |
commit | c966eefd84e3925ab86da098d6bdf1946163f34a (patch) | |
tree | cd5840cfae784e91b038a1a726ac5c09b9ed5bd4 /gnu/packages/gstreamer.scm | |
parent | b8d37c3eeaa11d3f6dcc100db02b4fdb39a4ab0e (diff) |
gnu: gst-plugins-bad: Replace inputs with -minimal variants.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Replace
v4l-utils by v4l-utils-minimal. Replace zbar by zbar-minimal.
Signed-off-by: Liliana Marie Prikler <[email protected]>
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-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") |