gstreamer/markdown/index.md

84 lines
4.6 KiB
Markdown
Raw Normal View History

# GStreamer documentation
2016-05-16 14:30:34 +00:00
Feel free to jump straight to the download section, start practicing
with the tutorials, or read the F.A.Q. if you dont know what this is
all about.
## General
* [Application Development Manual (Read this first)](application-development/index.md)
2016-11-12 20:48:03 +00:00
* [Frequently Asked Questions](frequently-asked-questions/index.md)
* [Plugin Writer's Guide](plugin-development/index.md)
2016-10-19 20:03:09 +00:00
* <a href="/data/doc/gstreamer/head/gstreamer/html/">Core Reference</a>
2016-11-29 12:41:02 +00:00
* <a href="/data/doc/gstreamer/head/gstreamer-libs/html/">Core Libraries Reference</a>
* [Core Design Documentation](design/index.md)
2016-10-19 20:03:09 +00:00
* [GStreamer 0.10 to 1.0 porting guide](http://cgit.freedesktop.org/gstreamer/gstreamer/plain/docs/random/porting-to-1.0.txt)
<!-- FIXME: save useful bits from wiki
2016-10-19 20:03:09 +00:00
| GStreamer Wiki (see esp. <a href="&site;/wiki/ReleasePlanning">ReleasePlanning</a> and <a href="&site;/wiki/SubmittingPatches">SubmittingPatches</a>)
| <a href="&site;/wiki/">HTML</a> |
-->
## GStreamer Plugins-Base Module Libraries Reference
2016-10-19 20:03:09 +00:00
* <a href="/data/doc/gstreamer/head/gst-plugins-base-libs/html/">GStreamer Base Plugins Libraries Reference</a>
## GStreamer Plugins-Bad Module Libraries Reference
Note: The API from these gst-plugins-bad libraries is unstable and can
change between releases.
Only the API in libraries from GStreamer core and
gst-plugins-base are guaranteed to be API and ABI stable
2016-10-19 20:03:09 +00:00
* <a href="/data/doc/gstreamer/head/gst-plugins-bad-libs/html/">GStreamer Bad Plugins Libraries Reference</a>
## Plugin Modules
2016-10-19 20:03:09 +00:00
* <a href="plugins.html">Overview of all Plug-ins</a>
* <a href="/data/doc/gstreamer/head/gstreamer-plugins/html/">GStreamer Core Plugins Reference</a>
* <a href="/data/doc/gstreamer/head/gst-plugins-base-plugins/html/">GStreamer Base Plugins Reference</a>
* <a href="/data/doc/gstreamer/head/gst-plugins-good-plugins/html/">GStreamer Good Plugins Reference</a>
* <a href="/data/doc/gstreamer/head/gst-plugins-ugly-plugins/html/">GStreamer Ugly Plugins Reference</a>
* <a href="/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/">GStreamer Bad Plugins Reference</a>
## Other modules
2016-10-19 20:03:09 +00:00
* <a href="/data/doc/gstreamer/head/gstreamer-editing-services/html/">GStreamer Editing Services Reference</a>
* <a href="/data/doc/gstreamer/head/gst-rtsp-server/html/">GStreamer RTSP Server Reference</a>
* <a href="/data/doc/gstreamer/head/gstreamer-vaapi-plugins/html/">GStreamer VAAPI Reference</a>
* <a href="/data/doc/gstreamer/head/qt-gstreamer/html/">QtGStreamer Reference</a>
* <a href="/data/doc/gstreamer/head/gst-validate/html/">GstValidate Reference</a>
* <a href="/data/doc/orc/">Orc - Optimized inner loop Runtime Compiler</a>
* <a href="/data/doc/gstreamer/head/gnonlin/html/">GStreamer Non-Linear Multimedia Editing Plugins Reference (deprecated, use GStreamer Editing Services instead)</a>
## GStreamer Conference Videos and Slides
2016-10-09 13:57:37 +00:00
* <a href="http://gstconf.ubicast.tv/channels/#gstreamer-conference-2016">GStreamer Conference 2016: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2016/">(PDF slides)</a>
2016-10-09 13:57:37 +00:00
* <a href="http://gstconf.ubicast.tv/channels/#gstreamer-conference-2015">GStreamer Conference 2015: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2015/">(PDF slides)</a>
* <a href="http://gstconf.ubicast.tv/channels/#gstreamer-conference-2014">GStreamer Conference 2014: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2014/">(PDF slides)</a>
* <a href="http://gstconf.ubicast.tv/channels/#gstreamer-conference-2013">GStreamer Conference 2013: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2013/">(PDF slides)</a>
* <a href="http://gstconf.ubicast.tv/channels/#gstreamer-conference-2012">GStreamer Conference 2012: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2012/">(PDF slides)</a>
* <a href="http://gstconf.ubicast.tv/channels/#conferences-2011">GStreamer Conference 2011: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2011/">(PDF slides)</a>
* <a href="http://gstconf.ubicast.tv/channels/#conferences-2010">GStreamer Conference 2010: Videos and Slides</a> <a href="/data/events/gstreamer-conference/2010/">(PDF slides)</a>
## GStreamer licensing advisory
2016-10-09 13:57:37 +00:00
The GStreamer community provides the following licensing advisory for
developers planing on or already using GStreamer for their applications:
2016-10-19 20:36:34 +00:00
* <a href="/documentation/licensing.html">GStreamer Licensing Advisory</a>
## GStreamer plugin module split-up
2016-10-09 13:57:37 +00:00
2016-10-18 22:36:08 +00:00
[An explanation of the various plugin modules and how they were split up](splitup.md)
## RTP and RTSP support in GStreamer
2016-10-09 13:57:37 +00:00
2016-10-19 20:03:09 +00:00
* [RTSP and RTP component overview](rtp.md)