Penguin

Differences between version 3 and previous revision of GStreamer.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Tuesday, February 17, 2004 5:05:56 pm by AristotlePagaltzis Revert
Older page: version 2 Last edited on Tuesday, February 17, 2004 2:44:45 pm by JohnMcPherson Revert
@@ -1,7 +1,7 @@
-An open source media framework for building graphs (think DirectX if you know it - you connect a number of inputs (cameras, media files etc) through a number of filters, multiplexers etc, to a number of outputs) in media applications. 
+An open source media framework for building graphs (think !DirectShow if you know it - you connect a number of inputs (cameras, media files etc) through a number of filters, multiplexers etc, to a number of outputs) in media applications. 
  
 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]. including most of their plugins. It is based on the [GLib] 2.0 object model for object-oriented design and inheritance. 
  
 GStreamer is currently in the process of moving under the umbrella of the FreeDesktop project - see their [home page|http://freedesktop.org/Software/gstreamer]. 
  
 A good example of a GStreamer front end is [Totem].