Review and cleanup the Tutorials page

This commit is contained in:
Thibault Saunier 2016-05-26 23:34:45 -04:00
parent 5c2b02e8e5
commit 23973dee8e
2 changed files with 23 additions and 19 deletions

View file

@ -58,7 +58,6 @@ Pages to review:
- Basic+tutorial+16+Platform-specific+elements.markdown - Basic+tutorial+16+Platform-specific+elements.markdown
- Basic+tutorial+1+Hello+world.markdown - Basic+tutorial+1+Hello+world.markdown
- iOS+tutorial+1+Link+against+GStreamer.markdown - iOS+tutorial+1+Link+against+GStreamer.markdown
- Tutorials.markdown
- Basic+tutorial+2+GStreamer+concepts.markdown - Basic+tutorial+2+GStreamer+concepts.markdown
- iOS+tutorial+2+A+running+pipeline.markdown - iOS+tutorial+2+A+running+pipeline.markdown
- Upcoming+tutorials.markdown - Upcoming+tutorials.markdown
@ -75,3 +74,4 @@ Reviewed pages:
- Installing+for+Android+development.markdown - Installing+for+Android+development.markdown
- Building+from+source+using+Cerbero.markdown - Building+from+source+using+Cerbero.markdown
- Table+of+Concepts.markdown - Table+of+Concepts.markdown
- Tutorials.markdown

View file

@ -9,11 +9,8 @@ open-source, media streaming framework.
### Prerequisites ### Prerequisites
Before following these tutorials, you need to set up your development Before following these tutorials, you need to set up your development
environment according to your platform. If you have not done so yet, environment according to your platform. If you have not done so yet, go
follow the appropriate link for [Linux](Installing+on+Linux.markdown), to the [installing the SDK] page and come back here afterwards.
[Mac OS X](Installing+on+Mac+OS+X.markdown) or
[Windows](Installing+on+Windows.markdown) and come back here
afterwards.
The tutorials are currently written only in the C programming language, The tutorials are currently written only in the C programming language,
so you need to be comfortable with it. Even though C is not an so you need to be comfortable with it. Even though C is not an
@ -46,27 +43,25 @@ GObject use `g_`.
### Sources of documentation ### Sources of documentation
You have the `GObject` and `GLib` reference guides, and, of course the You have the `GObject` and `GLib` reference guides, and, of course the
upstream [GStreamer upstream [GStreamer documentation].
documentation](http://gstreamer.freedesktop.org/documentation/).
### Structure ### Structure
The tutorials are organized in sections, revolving about a common theme: The tutorials are organized in sections, revolving about a common theme:
- [Basic tutorials](Basic+tutorials.markdown): Describe general topics - [Basic tutorials]: Describe general topics required to understand
required to understand the rest of tutorials in the GStreamer SDK. the rest of tutorials in the GStreamer SDK.
- [Playback tutorials](Playback+tutorials.markdown): Explain everything - [Playback tutorials]: Explain everything you need to know to produce
you need to know to produce a media playback application using a media playback application using GStreamer.
GStreamer. - [Android tutorials]: Tutorials dealing with the few Android-specific
- [Android tutorials](Android+tutorials.markdown): Tutorials dealing topics you need to know.
with the few Android-specific topics you need to know. - [iOS tutorials]: Tutorials dealing with the few iOS-specific topics
- [iOS tutorials](iOS+tutorials.markdown): Tutorials dealing with the you need to know.
few iOS-specific topics you need to know.
If you cannot remember in which tutorial a certain GStreamer concept is If you cannot remember in which tutorial a certain GStreamer concept is
explained, use the following: explained, use the following:
- [Table of Concepts](Table+of+Concepts.markdown) - [Table of Concepts]
### Sample media ### Sample media
@ -75,4 +70,13 @@ publicly available and the copyright remains with their respective
authors. In some cases they have been re-encoded for demonstration authors. In some cases they have been re-encoded for demonstration
purposes. purposes.
- [Sintel, the Durian Open Movie Project](http://www.sintel.org/) - [Sintel, the Durian Open Movie Project]
[installing the SDK]: Installing+the+SDK.markdown
[GStreamer documentation]: http://gstreamer.freedesktop.org/documentation/
[Basic tutorials]: Basic+tutorials.markdown
[Playback tutorials]: Playback+tutorials.markdown
[Android tutorials]: Android+tutorials.markdown
[iOS tutorials]: iOS+tutorials.markdown
[Table of Concepts]: Table+of+Concepts.markdown
[Sintel, the Durian Open Movie Project]: http://www.sintel.org/