summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer/pkg-descr
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-31 13:40:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-31 13:40:43 +0800
commit672f2dcb2b562814f343649d37d15c3717428ca5 (patch)
tree4e41b9f9ba2e456fb30f179fbd4baefb5d20ae2b /multimedia/gstreamer/pkg-descr
parentf05fd0cf9c9afd74d0277d4cd21e8727e2251709 (diff)
downloadmarcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar.gz
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar.bz2
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar.lz
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar.xz
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.tar.zst
marcuscom-ports-672f2dcb2b562814f343649d37d15c3717428ca5.zip
Add the actual port files for gstreamer.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer/pkg-descr')
-rw-r--r--multimedia/gstreamer/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/gstreamer/pkg-descr b/multimedia/gstreamer/pkg-descr
new file mode 100644
index 000000000..3e7e98b0e
--- /dev/null
+++ b/multimedia/gstreamer/pkg-descr
@@ -0,0 +1,24 @@
+[ excerpt from developer's site ]
+- What is GStreamer?
+GStreamer allows the construction of graphs of media-handling
+components, ranging from simple mp3 playback to complex audio
+(mixing) and video (non-linear editing) processing. Applications
+can take advantage of advances in codec and filter technology
+transparently. Developers can add new codecs and filters by writing
+a simple plugin with a clean, generic interface. GStreamer is
+released under the LGPL, with many of the included plugins retaining
+the license of the code they were derived from, usually GPL or BSD.
+
+- Features:
+* Comprehensive Core Library
+* Intelligent Plugin Architecture
+* Extensive Development Tools
+
+- Is GStreamer a media player?
+No, GStreamer is a development framework for creating applications
+like media players, video editors, streaming media broadcasters and
+so on. That said, very good media players can easily be built on
+top of GStreamer and we even include a simple yet functional
+mediaplayer with GStreamer called Gst-Player
+
+WWW: http://gstreamer.sourceforge.net/