diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 12:12:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 12:12:00 +0800 |
commit | 727c4a9702a70032edec1807141c14fac5c91e41 (patch) | |
tree | 85bdb32b15b3657a157c254e5ccb5ab5b471f53d /multimedia | |
parent | 5f4e4d6ad2eb0038c36bfe1431add4af8df1ad94 (diff) | |
download | marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar.gz marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar.bz2 marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar.lz marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar.xz marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.tar.zst marcuscom-ports-727c4a9702a70032edec1807141c14fac5c91e41.zip |
Add the missing pkg-descr file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12292 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-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/ |