summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-08-28 19:08:33 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-08-28 19:08:33 +0300
commit00e11dbb3737fbc37ff6a8dd41aaaf2a3baf2ccc (patch)
tree91c5f285ffe4d867447b28d98fdba6aba09b7895
parent8b61265d7ec69ef276a834c73f239fef80a2721f (diff)
Fix up last commit properly
-rw-r--r--markdown/tutorials/basic/short-cutting-the-pipeline.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/markdown/tutorials/basic/short-cutting-the-pipeline.md b/markdown/tutorials/basic/short-cutting-the-pipeline.md
index b9aa521..b15fdf3 100644
--- a/markdown/tutorials/basic/short-cutting-the-pipeline.md
+++ b/markdown/tutorials/basic/short-cutting-the-pipeline.md
@@ -334,9 +334,6 @@ int main(int argc, char *argv[]) {
>
> `` gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs gstreamer-1.0 gstreamer-audio-1.0` ``
>
-> or
-> `` gcc basic-tutorial-8.c -o basic-tutorial-8 `pkg-config --cflags --libs gstreamer-1.0 gstreamer-audio-1.0` ``
->
>If you need help to run this code, refer to the **Running the tutorials** section for your platform: [Linux](installing/on-linux.md#InstallingonLinux-Run), [Mac OS X](installing/on-mac-osx.md#InstallingonMacOSX-Run) or [Windows](installing/on-windows.md#InstallingonWindows-Run).
>
> This tutorial plays an audible tone for varying frequency through the audio card and opens a window with a waveform representation of the tone. The waveform should be a sinusoid, but due to the refreshing of the window might not appear so.