guix-patches
[Top][All Lists]
Advanced

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

[bug#42262] [PATCH 2/6] gnu: gstreamer: Refer to GStreamer plugins in de


From: Pierre Neidhardt
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






reply via email to

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