GStreamer Standard Elements

Table of Contents
GstAggregator — Combine buffers.
GstFakeSrc — Generate empty buffers. (fakesrc)
GstFakeSink — Sources a buffer without doing anything with it. (fakesink)
GstDiskSrc — Asynchronous read from a file (disksrc)
GstDiskSink — Write to a file
GstHttpSrc — Reads data from a URL. (httpsrc)
GstFdSrc — Read buffers from a file descriptor. (fdsrc)
GstFdSink — Write data to a file descriptor. (fdsink)
GstPipefilter — A wrapper around every stdin/stdout capable program
GstIdentity — Pass data without modification. (identity)
GstStatistics — Provide statistics about data that passes this plugin
GstTee — 1-to-N pipe fitting

libgstelements.la provide some basic elements like a disk source and sink. The use of these elements is strictly though the g_object_get() and g_object_set() functions and the GStreamer Core Library functions.