diff mbox series

[bug#42262,2/6] gnu: gstreamer: Refer to GStreamer plugins in description.

Message ID 20200708102847.32156-1-mail@ambrevar.xyz
State New
Headers show
Series [bug#42262,1/6] gnu: webkitgtk: Refer to GStreamer plugins in description. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Pierre Neidhardt July 8, 2020, 10:28 a.m. UTC
* 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 mbox series

Patch

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