docs: fix problems introduced by c068b225fe

- Fix failing build
- Drop added trailing whitespace
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2014-02-27 22:26:30 -03:00
parent cbfafd212b
commit 81c9bedda3
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
* construct and use seek events.
* To do that gst_event_new_seek() is used to create a seek event. It takes
* the needed parameters to specify seeking time and mode.
* [[
* |[
* GstEvent *event;
* gboolean result;
* ...