diff options
author | jmmv <jmmv> | 2004-05-06 12:12:58 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-05-06 12:12:58 +0000 |
commit | 1a8b54765d58b53d167720a08b59a083bf80387f (patch) | |
tree | c3fe504d0a0feaf388dd9a36a3bc3ae8ccba9a72 /multimedia/gst-plugins-mpeg2dec | |
parent | dd80682a40cee363e6114ff7c37245690cfaf6a8 (diff) | |
download | pkgsrc-1a8b54765d58b53d167720a08b59a083bf80387f.tar.gz |
Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
Diffstat (limited to 'multimedia/gst-plugins-mpeg2dec')
-rw-r--r-- | multimedia/gst-plugins-mpeg2dec/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/gst-plugins-mpeg2dec/DESCR b/multimedia/gst-plugins-mpeg2dec/DESCR index cb1411e26d0..e88d24721d0 100644 --- a/multimedia/gst-plugins-mpeg2dec/DESCR +++ b/multimedia/gst-plugins-mpeg2dec/DESCR @@ -1,2 +1,10 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple mp3 playback to complex +audio (mixing) and video (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 +simple plugin with a clean, generic interface. + This package provides the mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2 video decoder. |