tutorials: basic: drop all mentions to the SDK
This commit is contained in:
parent
014f850507
commit
a7b50da27d
@ -18,7 +18,7 @@ and linking them all together. In the process, we will learn:
|
|||||||
## Manual Hello World
|
## Manual Hello World
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-2.c` (or find it
|
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**
|
**basic-tutorial-2.c**
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ ignore the video.
|
|||||||
## Dynamic Hello World
|
## Dynamic Hello World
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-3.c` (or find it
|
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**
|
**basic-tutorial-3.c**
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Without further ado, get ready for your first GStreamer application...
|
|||||||
## Hello world
|
## Hello world
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-1.c` (or find it
|
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**
|
**basic-tutorial-1.c**
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ Pad Caps are fixed.
|
|||||||
## A trivial Pad Capabilities Example
|
## A trivial Pad Capabilities Example
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-6.c` (or find it
|
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**
|
**basic-tutorial-6.c**
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ playback.
|
|||||||
## The GStreamer Discoverer
|
## The GStreamer Discoverer
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-9.c` (or find it
|
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**
|
**basic-tutorial-9.c**
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ Without further delay, let's see the code.
|
|||||||
## Simple multithreaded example
|
## Simple multithreaded example
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-7.c` (or find it
|
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**
|
**basic-tutorial-7.c**
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ been received, but it could obviously perform more complex tasks.
|
|||||||
## A crude waveform generator
|
## A crude waveform generator
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-8.c` (or find it
|
Copy this code into a text file named `basic-tutorial-8.c` (or find it
|
||||||
in the SDK installation).
|
in your GStreamer installation).
|
||||||
|
|
||||||
``` c
|
``` c
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
@ -31,7 +31,7 @@ Finally, the stream duration is queried and updated whenever it changes.
|
|||||||
## Seeking example
|
## Seeking example
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-4.c` (or find it
|
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**
|
**basic-tutorial-4.c**
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ Let's write a very simple media player based on playbin, this time,
|
|||||||
with a GUI!
|
with a GUI!
|
||||||
|
|
||||||
Copy this code into a text file named `basic-tutorial-5.c` (or find it
|
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**
|
**basic-tutorial-5.c**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user