tutorials: basic: drop all mentions to the SDK

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-04-13 14:23:50 -07:00
parent 014f850507
commit a7b50da27d
9 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ and linking them all together. In the process, we will learn:
## Manual Hello World
Copy this code into a text file named `basic-tutorial-2.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-2.c**

View file

@ -81,7 +81,7 @@ ignore the video.
## Dynamic Hello World
Copy this code into a text file named `basic-tutorial-3.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-3.c**

View file

@ -21,7 +21,7 @@ Without further ado, get ready for your first GStreamer application...
## Hello world
Copy this code into a text file named `basic-tutorial-1.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-1.c**

View file

@ -118,7 +118,7 @@ Pad Caps are fixed.
## A trivial Pad Capabilities Example
Copy this code into a text file named `basic-tutorial-6.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-6.c**

View file

@ -73,7 +73,7 @@ playback.
## The GStreamer Discoverer
Copy this code into a text file named `basic-tutorial-9.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-9.c**

View file

@ -80,7 +80,7 @@ Without further delay, let's see the code.
## Simple multithreaded example
Copy this code into a text file named `basic-tutorial-7.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-7.c**

View file

@ -89,7 +89,7 @@ been received, but it could obviously perform more complex tasks.
## A crude waveform generator
Copy this code into a text file named `basic-tutorial-8.c` (or find it
in the SDK installation).
in your GStreamer installation).
``` c
#include <gst/gst.h>

View file

@ -31,7 +31,7 @@ Finally, the stream duration is queried and updated whenever it changes.
## Seeking example
Copy this code into a text file named `basic-tutorial-4.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-4.c**

View file

@ -65,7 +65,7 @@ Let's write a very simple media player based on playbin, this time,
with a GUI!
Copy this code into a text file named `basic-tutorial-5.c` (or find it
in the SDK installation).
in your GStreamer installation).
**basic-tutorial-5.c**