diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-16 01:59:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-16 01:59:14 +0800 |
commit | 9934e3602764d86ee21642523f635f5483071131 (patch) | |
tree | f71eb7a560eef4b71a0db06df182613aa932db09 /multimedia/gstreamer-plugins/pkg-descr | |
parent | 3bc51ee56f72f66ca82ec04110c20b7dd5d5d5c8 (diff) | |
download | marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar.gz marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar.bz2 marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar.lz marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar.xz marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.tar.zst marcuscom-ports-9934e3602764d86ee21642523f635f5483071131.zip |
Update to 0.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1333 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/ |