diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-15 21:44:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-15 21:44:09 +0000 |
commit | 94f8b9b1f94ade4c3ae25917e0785a1171774a28 (patch) | |
tree | 2781a2239dae05a91afa86f89da47c956bb553b6 /multimedia/gstreamer-plugins/pkg-descr | |
parent | c85753e63ab6bddfc0d0e757e1db47b108dfcf87 (diff) | |
download | ports-94f8b9b1f94ade4c3ae25917e0785a1171774a28.tar.gz ports-94f8b9b1f94ade4c3ae25917e0785a1171774a28.zip |
New port gstreamer-plugins version 0.4.0: GStreamer written collection
of plugins handling several media types
Notes
Notes:
svn path=/head/; revision=63046
Diffstat (limited to 'multimedia/gstreamer-plugins/pkg-descr')
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/pkg-descr b/multimedia/gstreamer-plugins/pkg-descr new file mode 100644 index 000000000000..80300084cfa4 --- /dev/null +++ b/multimedia/gstreamer-plugins/pkg-descr @@ -0,0 +1,17 @@ +[ excerpt from developer's site ] + +This is a collection of plugins written with the GStreamer framework. +Some features of these plugins are: + +- Dynamically loaded plugins provide elements and media types, + demand-loaded via an XML registry, similar to ld.so.cache +- Element interface handles all known types of sources, filters, + sinks +- Capabilities system allows verification of element compatibility + using MIME types and media-specific properties +- Autoplugging uses capabilities system to complete complex paths + automatically +- Pipelines can be saved to XML and loaded back to working state +- Resource friendly plugins don't waste RAM + +WWW: http://gstreamer.sourceforge.net/ |