Update theme submodule
[platform/upstream/gstreamer.git] / index.md
1 # GStreamer documentation
2
3 Feel free to jump straight to the download section, start practicing
4 with the tutorials, or read the F.A.Q. if you don’t know what this is
5 all about.
6
7
8
9 ## General
10
11  * [Application Development Manual (Read this first)](manual-index.md)
12  * <a href="/data/doc/gstreamer/head/faq/html/index.html">Frequently Asked Questions</a>
13  * [](pwg-index.md)
14  * <a href="/data/doc/gstreamer/head/gstreamer/html/">Core Reference</a>
15  * <a href="/data/doc/gstreamer/head/gstreamer-libs/html/">Core Libraries Reference/a>
16  * [Core Design Documentation](http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/)
17  * [GStreamer 0.10 to 1.0 porting guide](http://cgit.freedesktop.org/gstreamer/gstreamer/plain/docs/random/porting-to-1.0.txt)
18
19 <!-- FIXME: save useful bits from wiki
20 | GStreamer Wiki (see esp. <a href="&site;/wiki/ReleasePlanning">ReleasePlanning</a> and <a href="&site;/wiki/SubmittingPatches">SubmittingPatches</a>)
21 | <a href="&site;/wiki/">HTML</a> |
22 -->
23
24
25 ## GStreamer Plugins-Base Module Libraries Reference
26
27  * <a href="/data/doc/gstreamer/head/gst-plugins-base-libs/html/">GStreamer Base Plugins Libraries Reference</a>
28
29 ## GStreamer Plugins-Bad Module Libraries Reference
30
31 Note: The API from these gst-plugins-bad libraries is unstable and can
32 change between releases.
33
34 Only the API in libraries from GStreamer core and
35 gst-plugins-base are guaranteed to be API and ABI stable
36
37  * <a href="/data/doc/gstreamer/head/gst-plugins-bad-libs/html/">GStreamer Bad Plugins Libraries Reference</a>
38
39 ## Plugin Modules
40
41  * <a href="plugins.html">Overview of all Plug-ins</a>
42  * <a href="/data/doc/gstreamer/head/gstreamer-plugins/html/">GStreamer Core Plugins Reference</a>
43  * <a href="/data/doc/gstreamer/head/gst-plugins-base-plugins/html/">GStreamer Base Plugins Reference</a>
44  * <a href="/data/doc/gstreamer/head/gst-plugins-good-plugins/html/">GStreamer Good Plugins Reference</a>
45  * <a href="/data/doc/gstreamer/head/gst-plugins-ugly-plugins/html/">GStreamer Ugly Plugins Reference</a>
46  * <a href="/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/">GStreamer Bad Plugins Reference</a>
47
48 ## Other modules
49
50  * <a href="/data/doc/gstreamer/head/gstreamer-editing-services/html/">GStreamer Editing Services Reference</a>
51  * <a href="/data/doc/gstreamer/head/gst-rtsp-server/html/">GStreamer RTSP Server Reference</a>
52  * <a href="/data/doc/gstreamer/head/gstreamer-vaapi-plugins/html/">GStreamer VAAPI Reference</a>
53  * <a href="/data/doc/gstreamer/head/qt-gstreamer/html/">QtGStreamer Reference</a>
54  * <a href="/data/doc/gstreamer/head/gst-validate/html/">GstValidate Reference</a>
55  * <a href="/data/doc/orc/">Orc - Optimized inner loop Runtime Compiler</a>
56  * <a href="/data/doc/gstreamer/head/gnonlin/html/">GStreamer Non-Linear Multimedia Editing Plugins Reference (deprecated, use GStreamer Editing Services instead)</a>
57
58 ## GStreamer Conference Videos and Slides
59
60 * <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>
61  * <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>
62  * <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>
63  * <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>
64  * <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>
65 * <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>
66
67
68 ## GStreamer licensing advisory
69
70 The GStreamer community provides the following licensing advisory for
71 developers planing on or already using GStreamer for their applications:
72
73  * <a href="/documentation/licensing.html">GStreamer Licensing Advisory</a>
74
75
76 ## GStreamer plugin module split-up
77
78 [An explanation of the various plugin modules and how they were split up](splitup.md)
79
80 ## RTP and RTSP support in GStreamer
81
82  * [RTSP and RTP component overview](rtp.md)