[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42262] [PATCH 4/6] gnu: gst-plugins-bad: Describe where these plugi
From: |
Pierre Neidhardt |
Subject: |
[bug#42262] [PATCH 4/6] gnu: gst-plugins-bad: Describe where these plugins are useful. |
Date: |
Wed, 8 Jul 2020 12:28:45 +0200 |
* gnu/packages/gstreamer.scm (gst-plugins-bad)[description]: Explain that
this plugin can be used to play videos, e.g. in a web browser.
---
gnu/packages/gstreamer.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index de9219bb75..3651cf7329 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -426,8 +426,10 @@ quality code and correct functionality.")
(home-page "https://gstreamer.freedesktop.org/")
(synopsis "Plugins for the GStreamer multimedia library")
(description
- "GStreamer Bad Plug-ins is a set of plug-ins whose quality aren't up to
-par compared to the rest.")
+ "GStreamer Bad Plug-ins are extra codecs, filters, and functionality that
+are can be used for media playback in external applications like web browsers.
+
+The quality of this set of plug-ins isn't up to par compared to the rest.")
(license license:lgpl2.0+)))
(define-public gst-plugins-ugly
--
2.27.0