From 0b3d718d03e704fb8ce1286d70396be07e31731e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Sun, 9 Oct 2016 15:31:08 +0200 Subject: [PATCH] hello world: Close code section --- sdk-basic-tutorial-hello-world.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk-basic-tutorial-hello-world.md b/sdk-basic-tutorial-hello-world.md index fb724bdaed..7af60b352f 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