diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-12 13:23:24 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-12 13:31:24 -0500 |
commit | 8e8a2377b6b073c9341f246383fdb03828407711 (patch) | |
tree | 7793b64e606b03ffc6640d60146d088f81218860 | |
parent | 9fe48723c8266ffe8e6a639be2ec2e362cf20cb5 (diff) |
gnu: gst-plugins-bad: Remove commented code that has no explanation.
This code comment has no explanation in the commit log. It was added in
commit 75924438e602c56d43ea5fba0c347dc459a3dcd0 "gnu: gst-plugins-bad:
Add missing inputs to enable more features."
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove comment.
-rw-r--r-- | gnu/packages/gstreamer.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 87adb7c92a..8ff8e6242b 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -901,7 +901,6 @@ model to base your own plug-in on, here it is.") ("webrtcdsp" ,webrtc-audio-processing) ("wildmidi" ,wildmidi) ("wpebackend-fdo" ,wpebackend-fdo) - ;; ("wpewebkit" ,wpewebkit) ("zbar" ,zbar) ("zxing" ,zxing-cpp-1.2))) (home-page "https://gstreamer.freedesktop.org/") |