diff mbox series

[bug#42262,6/6] gnu: gst-libav: Describe where these plugins are useful.

Message ID 20200708102847.32156-5-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 (gst-libav)[description]: Explain that
this plugin can be used to play videos, e.g. in a web browser.
---
 gnu/packages/gstreamer.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index fa1e96c91c..c0217a77b5 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -505,7 +505,10 @@  e.g. due to patent threats.")
     (synopsis "Plugins for the GStreamer multimedia library")
     (description
      "This GStreamer plugin supports a large number of audio and video
-compression formats through the use of the libav library.")
+compression formats through the use of the libav library.
+
+It can be used for media playback in external applications like web
+browsers.")
     (license license:gpl2+)))
 
 (define-public gst-editing-services