From 81c9bedda3fa563ff87cb9457615a02396ae6c47 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 27 Feb 2014 22:26:30 -0300 Subject: [PATCH] docs: fix problems introduced by c068b225fef5a9bf0 - Fix failing build - Drop added trailing whitespace --- gst/gstevent.c | 2 +- gst/gstpadtemplate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index ab13cd2..6be7d62 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -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; * ... diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c index c64f9a0..665ecd7 100644 --- a/gst/gstpadtemplate.c +++ b/gst/gstpadtemplate.c @@ -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)); * } -- 2.7.4