diff options
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 6f6494d4d4..a7ad2c76ba 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -61,7 +61,7 @@ "GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video -(non-linear editing) processing. + (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a @@ -92,6 +92,7 @@ This package provides the core library and elements.") ("flex" ,flex) ("perl" ,perl) ("pkg-config" ,pkg-config) + ("glib" ,glib "bin") ("python" ,python-2))))) (define-public gst-plugins-base |