summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-09 15:31:08 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-09 15:31:08 +0200
commit0b3d718d03e704fb8ce1286d70396be07e31731e (patch)
treec143016f57152fbbda03199ee21b12b8856ec549
parent55f54ce7158443ea939d3db3bcd8c85e5049a605 (diff)
hello world: Close code section
-rw-r--r--sdk-basic-tutorial-hello-world.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdk-basic-tutorial-hello-world.md b/sdk-basic-tutorial-hello-world.md
index fb724bd..7af60b3 100644
--- a/sdk-basic-tutorial-hello-world.md
+++ b/sdk-basic-tutorial-hello-world.md
@@ -135,6 +135,7 @@ expect much feedback.
``` c
/* Start playing */
gst_element_set_state (pipeline, GST_STATE_PLAYING);
+```
This line highlights another interesting concept: the state. Every
GStreamer element has an associated state, which you can more or less