gstreamer/docs/gst/overview.md
Thibault Saunier a0c65067e0 Port to hotdoc
2019-05-13 16:34:09 -04:00

14 lines
659 B
Markdown

---
title: GStreamer Overview
short-description: A simple overview of the GStreamer framework
...
# GStreamer Overview
GStreamer is a streaming media framework. It uses graphs of elements which operate on data. The functionality to process media is provided by plug-ins which provide features like elements, typefinding, and so on. This allows new functionality to be added simply by installing new plug-ins.
GStreamer is cross-platform and works on most UNIX-like platforms as well as Windows. It is released under the GNU Library General Public License (GNU LGPL).
Relation between gstreamer core objects:
![GStreamer universe](images/gst-universe.svg)