From a7b50da27dfcce68fa3c610edc0138b5b4e8f385 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 13 Apr 2017 14:23:50 -0700 Subject: [PATCH] tutorials: basic: drop all mentions to the SDK --- markdown/tutorials/basic/concepts.md | 2 +- markdown/tutorials/basic/dynamic-pipelines.md | 2 +- markdown/tutorials/basic/hello-world.md | 2 +- markdown/tutorials/basic/media-formats-and-pad-capabilities.md | 2 +- markdown/tutorials/basic/media-information-gathering.md | 2 +- markdown/tutorials/basic/multithreading-and-pad-availability.md | 2 +- markdown/tutorials/basic/short-cutting-the-pipeline.md | 2 +- markdown/tutorials/basic/time-management.md | 2 +- markdown/tutorials/basic/toolkit-integration.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/markdown/tutorials/basic/concepts.md b/markdown/tutorials/basic/concepts.md index 51ac1fe34b..24316f1e65 100644 --- a/markdown/tutorials/basic/concepts.md +++ b/markdown/tutorials/basic/concepts.md @@ -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** diff --git a/markdown/tutorials/basic/dynamic-pipelines.md b/markdown/tutorials/basic/dynamic-pipelines.md index 69f638390d..2a6e455233 100644 --- a/markdown/tutorials/basic/dynamic-pipelines.md +++ b/markdown/tutorials/basic/dynamic-pipelines.md @@ -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** diff --git a/markdown/tutorials/basic/hello-world.md b/markdown/tutorials/basic/hello-world.md index 359becda84..3fac46abb6 100644 --- a/markdown/tutorials/basic/hello-world.md +++ b/markdown/tutorials/basic/hello-world.md @@ -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** diff --git a/markdown/tutorials/basic/media-formats-and-pad-capabilities.md b/markdown/tutorials/basic/media-formats-and-pad-capabilities.md index 9b22f3806c..f63f34cbac 100644 --- a/markdown/tutorials/basic/media-formats-and-pad-capabilities.md +++ b/markdown/tutorials/basic/media-formats-and-pad-capabilities.md @@ -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** diff --git a/markdown/tutorials/basic/media-information-gathering.md b/markdown/tutorials/basic/media-information-gathering.md index 5a9ab664cc..dc23e8d462 100644 --- a/markdown/tutorials/basic/media-information-gathering.md +++ b/markdown/tutorials/basic/media-information-gathering.md @@ -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** diff --git a/markdown/tutorials/basic/multithreading-and-pad-availability.md b/markdown/tutorials/basic/multithreading-and-pad-availability.md index 537403b442..49fd62d335 100644 --- a/markdown/tutorials/basic/multithreading-and-pad-availability.md +++ b/markdown/tutorials/basic/multithreading-and-pad-availability.md @@ -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** diff --git a/markdown/tutorials/basic/short-cutting-the-pipeline.md b/markdown/tutorials/basic/short-cutting-the-pipeline.md index c73022081d..c40fbb261f 100644 --- a/markdown/tutorials/basic/short-cutting-the-pipeline.md +++ b/markdown/tutorials/basic/short-cutting-the-pipeline.md @@ -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 diff --git a/markdown/tutorials/basic/time-management.md b/markdown/tutorials/basic/time-management.md index ba0200335c..85716252e4 100644 --- a/markdown/tutorials/basic/time-management.md +++ b/markdown/tutorials/basic/time-management.md @@ -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** diff --git a/markdown/tutorials/basic/toolkit-integration.md b/markdown/tutorials/basic/toolkit-integration.md index 7c87b7f98f..085ef3c1f8 100644 --- a/markdown/tutorials/basic/toolkit-integration.md +++ b/markdown/tutorials/basic/toolkit-integration.md @@ -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**