mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
hello world: Close code section
This commit is contained in:
parent
55f54ce715
commit
0b3d718d03
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue