mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
tutorial: hello world: fix c code markdown render error
https://bugzilla.gnome.org/show_bug.cgi?id=781289
This commit is contained in:
parent
e2dce087f9
commit
896429efe1
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ to the PLAYING state.
|
||||||
|
|
||||||
In this line, `gst_element_set_state()` is setting `pipeline` (our only
|
In this line, `gst_element_set_state()` is setting `pipeline` (our only
|
||||||
element, remember) to the PLAYING state, thus initiating playback.
|
element, remember) to the PLAYING state, thus initiating playback.
|
||||||
```
|
|
||||||
|
|
||||||
``` c
|
``` c
|
||||||
/* Wait until error or EOS */
|
/* Wait until error or EOS */
|
||||||
|
|
Loading…
Reference in a new issue