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;
* ...

View file

@ -81,7 +81,7 @@
* my_element_class_init (GstMyElementClass *klass)
* {
* GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
*
*
* gst_element_class_add_pad_template (gstelement_class,
* gst_static_pad_template_get (&my_template));
* }