tutorials: basic: drop all mentions to the SDK
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 13 Apr 2017 21:23:50 +0000 (14:23 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 13 Apr 2017 21:26:19 +0000 (14:26 -0700)
markdown/tutorials/basic/concepts.md
markdown/tutorials/basic/dynamic-pipelines.md
markdown/tutorials/basic/hello-world.md
markdown/tutorials/basic/media-formats-and-pad-capabilities.md
markdown/tutorials/basic/media-information-gathering.md
markdown/tutorials/basic/multithreading-and-pad-availability.md
markdown/tutorials/basic/short-cutting-the-pipeline.md
markdown/tutorials/basic/time-management.md
markdown/tutorials/basic/toolkit-integration.md

index 51ac1fe..24316f1 100644 (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**
 
index 69f6383..2a6e455 100644 (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**
 
index 359becd..3fac46a 100644 (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**
 
index 9b22f38..f63f34c 100644 (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**
 
index 5a9ab66..dc23e8d 100644 (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**
 
index 537403b..49fd62d 100644 (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**
 
index c730220..c40fbb2 100644 (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>
index ba02003..8571625 100644 (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**
 
index 7c87b7f..085ef3c 100644 (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**