Difference between revisions of "GStreamer"

From CBLFS
Jump to navigationJump to search
(I added the description from BLFS.)
Line 1: Line 1:
 +
== Introduction to GStreamer ==
 +
 +
GStreamer is a streaming media framework that enables applications to share a common set of plugins for things like video decoding and encoding, audio encoding and decoding, audio and video filters, audio visualisation, Web streaming and anything else that streams in real-time or otherwise. It is modelled after research software worked on at the Oregon Graduate Institute
 +
 +
== Components of GStreamer ==
 +
 
* [[gstreamer]]
 
* [[gstreamer]]
 
* [[gst-plugins-base]]
 
* [[gst-plugins-base]]
Line 5: Line 11:
 
* [[gst-plugins-bad]]
 
* [[gst-plugins-bad]]
 
* [[gst-ffmpeg]]
 
* [[gst-ffmpeg]]
 +
----
  
 
* [[Main Page]]
 
* [[Main Page]]

Revision as of 23:14, 5 December 2006

Introduction to GStreamer

GStreamer is a streaming media framework that enables applications to share a common set of plugins for things like video decoding and encoding, audio encoding and decoding, audio and video filters, audio visualisation, Web streaming and anything else that streams in real-time or otherwise. It is modelled after research software worked on at the Oregon Graduate Institute

Components of GStreamer