GNU bug report logs - #42262
[PATCH 1/6] gnu: webkitgtk: Refer to GStreamer plugins in description.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <mail <at> ambrevar.xyz>

Date: Wed, 8 Jul 2020 10:28:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Pierre Neidhardt <mail <at> ambrevar.xyz>
To: 42262 <at> debbugs.gnu.org
Subject: [bug#42262] [PATCH 2/6] gnu: gstreamer: Refer to GStreamer plugins in description.
Date: Wed,  8 Jul 2020 12:28:43 +0200
* gnu/packages/gstreamer.scm (gstreamer)[description]: Explain
that GStreamer plugins can be used to to play media content.
---
 gnu/packages/gstreamer.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 69fb1d8ae4..7cef0a0f19 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -183,7 +183,11 @@ Applications can take advantage of advances in codec and filter technology
 transparently.  Developers can add new codecs and filters by writing a
 simple plugin with a clean, generic interface.
 
-This package provides the core library and elements.")
+This package provides the core library and elements.
+
+See @code{gst-plugins-*} and @code{gst-libav} for additional codecs, filters,
+and functionality that are frequently required for media playback in
+external applications like web browsers.")
     (license license:lgpl2.0+)))
 
 (define-public gst-plugins-base
-- 
2.27.0





This bug report was last modified 4 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.