mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
tutorials: basic: drop all mentions to the SDK
This commit is contained in:
parent
014f850507
commit
a7b50da27d
9 changed files with 9 additions and 9 deletions
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in a new issue