tutorial: hello world: fix c code markdown render error

https://bugzilla.gnome.org/show_bug.cgi?id=781289
This commit is contained in:
Saulo S. Toledo 2017-04-13 17:28:15 -03:00 committed by Reynaldo H. Verdejo Pinochet
parent e2dce087f9
commit 896429efe1

View file

@ -145,7 +145,6 @@ to the PLAYING state.
In this line, `gst_element_set_state()` is setting `pipeline` (our only
element, remember) to the PLAYING state, thus initiating playback.
```
``` c
/* Wait until error or EOS */