guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42262] [PATCH 3/6] gnu: gst-plugins-good: Describe where these plug


From: Pierre Neidhardt
Subject: [bug#42262] [PATCH 3/6] gnu: gst-plugins-good: Describe where these plugins are useful.
Date: Wed, 8 Jul 2020 12:28:44 +0200

* gnu/packages/gstreamer.scm (gst-plugins-good)[description]: Explain that
this plugin can be used to play videos, e.g. in a web browser.
---
 gnu/packages/gstreamer.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7cef0a0f19..de9219bb75 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -331,8 +331,11 @@ for the GStreamer multimedia library.")
     (synopsis
      "Plugins for the GStreamer multimedia library")
     (description "GStreamer Good Plug-ins is a set of plug-ins for the
-GStreamer multimedia library.  This set contains those plug-ins which the
-developers consider to have good quality code and correct functionality.")
+GStreamer multimedia library that can be used for media playback in external
+applications like web browsers.
+
+This set contains those plug-ins which the developers consider to have good
+quality code and correct functionality.")
     (license license:lgpl2.0+)))
 
 (define-public gst-plugins-bad
-- 
2.27.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]