summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/pkg-descr
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 11:12:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-20 11:12:29 +0800
commit3054a321cd71b0d8b67ce69a679669609a319de2 (patch)
treea561a3f94abf932bb26bea79b73ae5bab56fb0f7 /multimedia/gstreamer-plugins/pkg-descr
parente243e2992058bfd44a54eb66214ff0406c436de1 (diff)
downloadmarcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar.gz
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar.bz2
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar.lz
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar.xz
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.tar.zst
marcuscom-ports-3054a321cd71b0d8b67ce69a679669609a319de2.zip
- Update to 0.10.2 for gnome 2.13.x
Repocopied by: marcus Only the base plugins (gnomevfs libvisual ogg pango theora vorbis) are working for now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5448 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/pkg-descr')
-rw-r--r--multimedia/gstreamer-plugins/pkg-descr17
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/