diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-31 13:38:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-31 13:38:24 +0800 |
commit | f05fd0cf9c9afd74d0277d4cd21e8727e2251709 (patch) | |
tree | 805c17d724ea474f05331d454ba979db70f1e7bb /multimedia/gstreamer-plugins/pkg-descr | |
parent | b4f6518dbd76d1ab9e0e7958ef45637dd049f848 (diff) | |
download | marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar.gz marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar.bz2 marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar.lz marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar.xz marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.tar.zst marcuscom-ports-f05fd0cf9c9afd74d0277d4cd21e8727e2251709.zip |
Add gstreamer-plugins-0.6.3 until it can be added to the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1117 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..80300084c --- /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/ |